Remove old CVE fixes for python images

This commit is contained in:
Théophile Diot 2023-08-29 15:53:30 +02:00
parent 8e8e042c25
commit f9f5b6570d
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06
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
# RUN apk add "libcrypto3>=3.1.1-r2" "libssl3>=3.1.1-r2" # testing purposes only
# There are no CVE to fix for the moment
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
RUN apk add "libcrypto3>=3.1.1-r2" "libssl3>=3.1.1-r2"
# There are no CVE to fix for the moment
VOLUME /data /etc/nginx

View file

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