autoconf - fix CVE-2022-2097

This commit is contained in:
bunkerity 2022-07-06 14:17:05 +02:00
parent 89f81140ae
commit 287e763e0d
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ RUN apk add --no-cache git && \
chmod 770 /var/log/letsencrypt /var/lib/letsencrypt && \
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"
VOLUME /data /etc/nginx
WORKDIR /opt/bunkerweb/autoconf