diff --git a/src/autoconf/Dockerfile b/src/autoconf/Dockerfile index 439ea79c6..774032797 100644 --- a/src/autoconf/Dockerfile +++ b/src/autoconf/Dockerfile @@ -61,7 +61,7 @@ RUN apk add --no-cache bash && \ chmod 750 /usr/share/bunkerweb/cli/main.py /usr/share/bunkerweb/helpers/*.sh /usr/bin/bwcli /usr/share/bunkerweb/autoconf/main.py /usr/share/bunkerweb/deps/python/bin/* # Fix CVEs -# There are no CVE to fix for the moment +RUN apk add "libcrypto3>=3.1.1-r2" "libssl3>=3.1.1-r2" VOLUME /data /etc/nginx diff --git a/src/scheduler/Dockerfile b/src/scheduler/Dockerfile index c38a4d5fc..56d9a463f 100644 --- a/src/scheduler/Dockerfile +++ b/src/scheduler/Dockerfile @@ -75,7 +75,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 -# There are no CVE to fix for the moment +RUN apk add "libcrypto3>=3.1.1-r2" "libssl3>=3.1.1-r2" VOLUME /data /etc/nginx diff --git a/src/ui/Dockerfile b/src/ui/Dockerfile index ea0f535ef..e791ccd0d 100755 --- a/src/ui/Dockerfile +++ b/src/ui/Dockerfile @@ -65,7 +65,7 @@ RUN apk add --no-cache bash && \ chown root:ui /usr/share/bunkerweb/INTEGRATION # Fix CVEs -# There are no CVE to fix for the moment +RUN apk add "libcrypto3>=3.1.1-r2" "libssl3>=3.1.1-r2" VOLUME /data /etc/nginx