Fix CVE CVE-2023-2975

This commit is contained in:
Théophile Diot 2023-07-17 10:06:28 -04:00
parent 9216becb56
commit 758901dfc3
No known key found for this signature in database
GPG key ID: E752C80DB72BB014
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -75,7 +75,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 "libcrypto3>=3.1.1-r2" "libssl3>=3.1.1-r2"
VOLUME /data /etc/nginx

View file

@ -65,7 +65,7 @@ RUN apk add --no-cache bash && \
chown root:ui /usr/share/bunkerweb/INTEGRATION
# Fix CVEs
# There are no CVE to fix for the moment
RUN apk add "libcrypto3>=3.1.1-r2" "libssl3>=3.1.1-r2"
VOLUME /data /etc/nginx