Fix CVE CVE-2023-2975

This commit is contained in:
Théophile Diot 2023-07-17 10:15:32 -04:00
parent 758901dfc3
commit a4db7c2942
No known key found for this signature in database
GPG key ID: E752C80DB72BB014

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"
RUN apk add "libx11>=1.8.4-r1" "tiff>=4.4.0-r4" "libcrypto3>=3.0.9-r2" "libssl3>=3.0.9-r2"
VOLUME /data /etc/nginx