docker - fix CVE-2022-29187 for ui and autoconf

This commit is contained in:
florian 2022-07-14 14:05:39 +02:00
parent b47c2696ee
commit 07b0bb38dd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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