fix(docker): update libtiff to non-vulnerable version (#9033)

Refs CVE-2023-0801
Refs 2ff8986dbc
This commit is contained in:
Vladimír Gorej
2023-07-17 18:35:32 +02:00
committed by GitHub
parent 2ff8986dbc
commit 45e9ece967

View File

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