Fix CVE CVE-2023-5363

This commit is contained in:
Théophile Diot 2023-10-25 12:53:10 +02:00
parent eeda7a18c3
commit 989c14ae73
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06
3 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ RUN apk add --no-cache bash && \
chmod 750 cli/main.py helpers/*.sh /usr/bin/bwcli autoconf/main.py deps/python/bin/*
# Fix CVEs
# There are no CVE to fix for the moment
RUN apk add --no-cache "libcrypto3>=3.1.4-r0" "libssl3>=3.1.4-r0"
VOLUME /data /etc/nginx

View file

@ -78,7 +78,7 @@ COPY --chown=root:scheduler src/bw/misc/country.mmdb /var/tmp/bunkerweb/country.
RUN chmod 770 /var/tmp/bunkerweb/asn.mmdb /var/tmp/bunkerweb/country.mmdb
# Fix CVEs
# There are no CVE to fix for the moment
RUN apk add --no-cache "libcrypto3>=3.1.4-r0" "libssl3>=3.1.4-r0"
VOLUME /data /etc/nginx

View file

@ -70,7 +70,7 @@ RUN apk add --no-cache bash && \
ln -s /proc/1/fd/2 /var/log/bunkerweb/ui.log
# Fix CVEs
# There are no CVE to fix for the moment
RUN apk add --no-cache "libcrypto3>=3.1.4-r0" "libssl3>=3.1.4-r0"
VOLUME /data /etc/nginx