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

This commit is contained in:
Théophile Diot 2023-04-24 11:40:45 +02:00
parent e4465d9a12
commit a93d9a7d94
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
RUN apk add "libcrypto3>=3.0.8-r4" "libssl3>=3.0.8-r4"
# There are no CVEs for the image python:3.11.3-alpine at the moment
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
RUN apk add "libcrypto3>=3.0.8-r4" "libssl3>=3.0.8-r4"
# There are no CVEs for the image nginx:1.24.0-alpine at the moment
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
RUN apk add "libcrypto3>=3.0.8-r4" "libssl3>=3.0.8-r4"
# There are no CVEs for the image python:3.11.3-alpine at the moment
VOLUME /data /etc/nginx

View File

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