Revert "Remove no longer present CVEs fix because these are already fix in the images"

This reverts commit a93d9a7d94.
This commit is contained in:
Théophile Diot 2023-04-24 14:16:37 +02:00
parent c2e0e51067
commit 3b4882d82b
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
4 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ RUN apk add --no-cache bash && \
chmod 770 /var/log/letsencrypt /var/lib/letsencrypt
# Fix CVEs
# There are no CVEs for the image python:3.11.3-alpine at the moment
RUN apk add "libcrypto3>=3.0.8-r4" "libssl3>=3.0.8-r4"
VOLUME /data /etc/nginx

View File

@ -73,7 +73,7 @@ RUN apk add --no-cache pcre bash python3 && \
ln -s /proc/1/fd/1 /var/log/nginx/jobs.log
# Fix CVEs
# There are no CVEs for the image nginx:1.24.0-alpine at the moment
RUN apk add "libcrypto3>=3.0.8-r4" "libssl3>=3.0.8-r4"
VOLUME /data /etc/nginx

View File

@ -64,7 +64,7 @@ RUN apk add --no-cache bash libgcc libstdc++ openssl && \
chmod 660 /usr/share/bunkerweb/INTEGRATION
# Fix CVEs
# There are no CVEs for the image python:3.11.3-alpine at the moment
RUN apk add "libcrypto3>=3.0.8-r4" "libssl3>=3.0.8-r4"
VOLUME /data /etc/nginx

View File

@ -50,7 +50,7 @@ RUN apk add --no-cache bash && \
chmod 660 /usr/share/bunkerweb/INTEGRATION
# Fix CVEs
# There are no CVEs for the image python:3.11.3-alpine at the moment
RUN apk add "libcrypto3>=3.0.8-r4" "libssl3>=3.0.8-r4"
VOLUME /data /etc/nginx