Skip to content

Commit 4da5bdb

Browse files
authored
fix(docker): update libtiff to non-vulnerable version (#4296)
Refs CVE-2023-0801
1 parent dd3524e commit 4da5bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM nginx:1.25.1-alpine
2+
RUN apk update && apk add --no-cache "tiff>=4.4.0-r4"
23
COPY ./build /usr/share/nginx/html
34
EXPOSE 8080
45
# start nginx

0 commit comments

Comments
 (0)