Testing CVE on bw

This commit is contained in:
Théophile Diot 2023-08-29 15:49:52 +02:00
parent 1676ebeb7e
commit 8e8e042c25
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"
# 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
VOLUME /data /etc/nginx