Fix CVE CVE-2023-38039

This commit is contained in:
Théophile Diot 2023-09-22 20:37:07 +01:00
parent 6283ce2dd7
commit 47e8f20f83
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 yajl && \
ln -s /proc/1/fd/1 /var/log/bunkerweb/access.log
# Fix CVEs
RUN apk add --no-cache "libwebp>=1.2.4-r3"
RUN apk add --no-cache "libwebp>=1.2.4-r3" "curl>=8.3.0-r0" "libcurl>=8.3.0-r0"
VOLUME /data /etc/nginx