Skip to content

Commit 2ff8986

Browse files
author
Vladimír Gorej
authored
fix(docker): remove vulnerable libtiff (#9032)
We will keep the removal in the image untill it's fixed in upstream nginx base image. Ref CVE-2023-0801
1 parent 94fac4b commit 2ff8986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM nginx:1.25.1-alpine
66

7-
RUN apk update && apk add --no-cache "nodejs>=18.14.1-r0 "
7+
RUN apk update && apk add --no-cache "nodejs>=18.14.1-r0 " && apk del tiff nginx-module-image-filter
88

99
LABEL maintainer="fehguy"
1010

0 commit comments

Comments
 (0)