Remove old CVE fixes for nginx image

This commit is contained in:
Théophile Diot 2023-08-29 16:14:17 +02:00
parent f9f5b6570d
commit 936b1e88f0
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -73,7 +73,7 @@ RUN apk add --no-cache pcre bash python3 && \
ln -s /proc/1/fd/1 /var/log/bunkerweb/access.log
# Fix CVEs
# RUN apk add "libx11>=1.8.4-r1" "tiff>=4.4.0-r4" "libcrypto3>=3.0.9-r2" "libssl3>=3.0.9-r2" "nghttp2-libs>=1.51.0-r1" # testing purposes only
# There are no CVE to fix for the moment
VOLUME /data /etc/nginx