ignore CVE-2023-6129

This commit is contained in:
florian 2024-01-12 08:41:35 +01:00
parent 8365cdd1b3
commit 37987fc4c1
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
CVE-2023-6129

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" "nghttp2-libs>=1.51.0-r2" "libcrypto3>=3.1.4-r3" "libssl3>=3.1.4-r3" "libx11>=1.8.7-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" "libx11>=1.8.7-r0"
EXPOSE 8080/tcp 8443/tcp