Fix CVE CVE-2023-2650

This commit is contained in:
Théophile Diot 2023-05-31 10:37:41 -04:00
parent 413b75b046
commit e920cba432
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,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 CVEs for python:3.11.3-alpine at the moment
RUN apk add --no-cache "libcrypto3>=3.1.1-r0" "libssl3>=3.1.1-r0"
VOLUME /data /etc/nginx

View File

@ -77,7 +77,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 CVEs for python:3.11.3-alpine at the moment
RUN apk add --no-cache "libcrypto3>=3.1.1-r0" "libssl3>=3.1.1-r0"
VOLUME /data /etc/nginx

View File

@ -63,7 +63,7 @@ RUN apk add --no-cache bash && \
chown root:ui /usr/share/bunkerweb/INTEGRATION
# Fix CVEs
# There are no CVEs for python:3.11.3-alpine at the moment
RUN apk add --no-cache "libcrypto3>=3.1.1-r0" "libssl3>=3.1.1-r0"
VOLUME /data /etc/nginx