Skip to content

Commit

Permalink
fix(docker): update libtiff to non-vulnerable version (#4298)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jul 20, 2023
1 parent 54d830a commit 56bf068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ LABEL maintainer="fehguy"
ENV BASE_URL="/" \
PORT="8080"

RUN apk update && apk add --no-cache "tiff>=4.4.0-r4"

COPY nginx.conf /etc/nginx/templates/default.conf.template

COPY ./index.html /usr/share/nginx/html/
Expand Down

0 comments on commit 56bf068

Please sign in to comment.