Skip to content

Commit

Permalink
fix(docker): update libtiff to non-vulnerable version (#4296)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jul 20, 2023
1 parent dd3524e commit 4da5bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM nginx:1.25.1-alpine
RUN apk update && apk add --no-cache "tiff>=4.4.0-r4"
COPY ./build /usr/share/nginx/html
EXPOSE 8080
# start nginx
Expand Down

0 comments on commit 4da5bdb

Please sign in to comment.