diff --git a/src/autoconf/Dockerfile b/src/autoconf/Dockerfile index c274d9512..b757f9031 100644 --- a/src/autoconf/Dockerfile +++ b/src/autoconf/Dockerfile @@ -64,7 +64,7 @@ RUN apk add --no-cache bash && \ chmod 750 cli/main.py helpers/*.sh /usr/bin/bwcli autoconf/main.py deps/python/bin/* # Fix CVEs -RUN apk add --no-cache "libcrypto3>=3.1.4-r1" "libssl3>=3.1.4-r1" +# There are no CVEs to fix in this image VOLUME /data /etc/nginx diff --git a/src/scheduler/Dockerfile b/src/scheduler/Dockerfile index ae901458f..97e576f45 100644 --- a/src/scheduler/Dockerfile +++ b/src/scheduler/Dockerfile @@ -78,7 +78,7 @@ COPY --chown=root:scheduler src/bw/misc/country.mmdb /var/tmp/bunkerweb/country. RUN chmod 770 /var/tmp/bunkerweb/asn.mmdb /var/tmp/bunkerweb/country.mmdb # Fix CVEs -# RUN apk add --no-cache "libpq>=15.5-r0" +# There are no CVEs to fix in this image VOLUME /data /etc/nginx diff --git a/src/ui/Dockerfile b/src/ui/Dockerfile index c67bda9b8..299b06be3 100644 --- a/src/ui/Dockerfile +++ b/src/ui/Dockerfile @@ -70,7 +70,7 @@ RUN apk add --no-cache bash && \ ln -s /proc/1/fd/2 /var/log/bunkerweb/ui.log # Fix CVEs -RUN apk add --no-cache "libcrypto3>=3.1.4-r1" "libssl3>=3.1.4-r1" +# There are no CVEs to fix in this image VOLUME /data /etc/nginx