From 07b0bb38dd6ab9e23c29e29104c920f1ed331147 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 14 Jul 2022 14:05:39 +0200 Subject: [PATCH] docker - fix CVE-2022-29187 for ui and autoconf --- autoconf/Dockerfile | 2 +- ui/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoconf/Dockerfile b/autoconf/Dockerfile index 5b98ea55b..a929c4afc 100644 --- a/autoconf/Dockerfile +++ b/autoconf/Dockerfile @@ -48,7 +48,7 @@ RUN apk add --no-cache git && \ ln -s /proc/1/fd/1 /var/log/letsencrypt/letsencrypt.log # Fix CVEs -RUN apk add "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" +RUN apk add "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" "git>=2.32.3-r0" VOLUME /data /etc/nginx diff --git a/ui/Dockerfile b/ui/Dockerfile index a41381fa7..a0bfb0bfe 100755 --- a/ui/Dockerfile +++ b/ui/Dockerfile @@ -48,7 +48,7 @@ RUN addgroup -g 101 nginx && \ ln -s /usr/local/bin/python /usr/bin/python3 # Fix CVEs -RUN apk add "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" +RUN apk add "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" "git>=2.32.3-r0" VOLUME /data /etc/nginx