Remove CVEs fix, it's no longer needed for now

This commit is contained in:
Théophile Diot 2023-03-27 10:36:09 +02:00
parent 276a96c55d
commit 283306a07a
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 "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" "libxml2>=2.9.14-r1" "expat>=2.5.0-r0" "git>=2.36.5-r0" "curl>=7.87.0-r2" "libcurl>=7.87.0-r2" "libcom_err>=1.46.6-r0"
# No need to update anything for now, there are no CVE concerning the already installed packages inside this image
VOLUME /data /etc/nginx

View File

@ -74,7 +74,7 @@ RUN apk add --no-cache pcre bash python3 && \
chmod 660 /usr/share/bunkerweb/INTEGRATION
# Fix CVEs
RUN apk add "openssl>=1.1.1q-r0" "curl>=7.83.1-r6" "libcurl>=7.83.1-r6" "git>=2.36.5-r0" "libcrypto1.1>=1.1.1t-r1" "libssl1.1>=1.1.1t-r1"
# No need to update anything for now, there are no CVE concerning the already installed packages inside this image
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 "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" "libxml2>=2.9.14-r1" "expat>=2.5.0-r0" "git>=2.36.5-r0" "curl>=7.87.0-r2" "libcurl>=7.87.0-r2" "libcom_err>=1.46.6-r0"
# No need to update anything for now, there are no CVE concerning the already installed packages inside this image
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 "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" "libxml2>=2.9.14-r1" "expat>=2.5.0-r0" "git>=2.36.5-r0" "curl>=7.87.0-r2" "libcurl>=7.87.0-r2" "libcom_err>=1.46.6-r0"
# No need to update anything for now, there are no CVE concerning the already installed packages inside this image
VOLUME /data /etc/nginx