Fix CVE CVE-2023-44487

This commit is contained in:
Théophile Diot 2023-10-11 09:46:04 +02:00
parent f39adcab5b
commit 6e5dd55573
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -78,7 +78,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" "curl>=8.3.0-r0" "libcurl>=8.3.0-r0"
RUN apk add --no-cache "libwebp>=1.2.4-r3" "curl>=8.3.0-r0" "libcurl>=8.3.0-r0" "nghttp2-libs>=1.51.0-r2"
EXPOSE 8080/tcp 8443/tcp