From 56bf068c037ec8c477dffb0cb0972981e41c7dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Thu, 20 Jul 2023 11:40:35 +0200 Subject: [PATCH] fix(docker): update libtiff to non-vulnerable version (#4298) Refs CVE-2023-0801 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 799da55e524..e556a51bd7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/