From 2ccfb26e81706cbf946bcd93f3b59f096a8ab7fb Mon Sep 17 00:00:00 2001 From: bunkerity Date: Fri, 2 Jul 2021 11:16:19 +0200 Subject: [PATCH] docker - fix CVE-2021-33560 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4395fc0..f22d65b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,8 @@ RUN chmod +x /tmp/prepare.sh && \ /tmp/prepare.sh && \ rm -f /tmp/prepare.sh -# Fix CVE-2021-22901, CVE-2021-22898 and CVE-2021-22897 -RUN apk add "curl>=7.77.0-r0" +# Fix CVE-2021-22901, CVE-2021-22898, CVE-2021-22897 and CVE-2021-33560 +RUN apk add "curl>=7.77.0-r0" "libgcrypt>=1.8.8-r0" VOLUME /www /http-confs /server-confs /modsec-confs /modsec-crs-confs /cache /pre-server-confs /acme-challenge /plugins