Remove old CVE fixes in docker images

This commit is contained in:
Théophile Diot 2024-03-19 10:41:41 +00:00
parent 7e627b28d5
commit 5155b6d604
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06
4 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ RUN apk add --no-cache bash && \
chmod 660 INTEGRATION
# Fix CVEs
RUN apk add --no-cache "libexpat>=2.6.0-r0"
# There are no CVEs to fix for this image
VOLUME /data

View file

@ -68,7 +68,7 @@ RUN apk add --no-cache openssl pcre bash python3 yajl geoip libxml2 libgd && \
ln -s /proc/1/fd/1 /var/log/bunkerweb/access.log
# Fix CVEs
RUN apk add --no-cache "curl>=8.5.0-r0" "libcurl>=8.5.0-r0" "libcrypto3>=3.0.12-r4" "libexpat>=2.6.0-r0" "libssl3>=3.0.12-r4" "libwebp>=1.2.4-r3" "libx11>=1.8.7-r0" "nghttp2-libs>=1.51.0-r2"
# There are no CVEs to fix for this image
EXPOSE 8080/tcp 8443/tcp

View file

@ -64,7 +64,7 @@ COPY --chown=root:scheduler --chmod=770 src/bw/misc/asn.mmdb /var/tmp/bunkerweb/
COPY --chown=root:scheduler --chmod=770 src/bw/misc/country.mmdb /var/tmp/bunkerweb/country.mmdb
# Fix CVEs
RUN apk add --no-cache "libexpat>=2.6.0-r0"
# There are no CVEs to fix for this image
VOLUME /data

View file

@ -56,7 +56,7 @@ RUN apk add --no-cache bash libmagic && \
ln -s /proc/1/fd/2 /var/log/bunkerweb/ui.log
# Fix CVEs
RUN apk add --no-cache "libexpat>=2.6.0-r0"
# There are no CVEs to fix for this image
VOLUME /data