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
This commit is contained in:
Vladimír Gorej
2023-07-17 17:14:41 +02:00
committed by GitHub
parent 94fac4b3a1
commit 2ff8986dbc

View File

@@ -4,7 +4,7 @@
FROM nginx:1.25.1-alpine
RUN apk update && apk add --no-cache "nodejs>=18.14.1-r0 "
RUN apk update && apk add --no-cache "nodejs>=18.14.1-r0 " && apk del tiff nginx-module-image-filter
LABEL maintainer="fehguy"