diff --git a/src/autoconf/Dockerfile b/src/autoconf/Dockerfile index 36cb44900..98e43a584 100644 --- a/src/autoconf/Dockerfile +++ b/src/autoconf/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine AS builder +FROM python:3.11.4-alpine AS builder # Copy python requirements COPY src/common/gen/requirements.txt /tmp/req/requirements.txt @@ -32,7 +32,7 @@ COPY src/common/helpers /usr/share/bunkerweb/helpers COPY src/common/settings.json /usr/share/bunkerweb/settings.json COPY src/common/utils /usr/share/bunkerweb/utils -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Set default umask to prevent huge recursive chmod increasing the final image size RUN umask 027 diff --git a/src/scheduler/Dockerfile b/src/scheduler/Dockerfile index eabc9aad9..56bb2cd3e 100644 --- a/src/scheduler/Dockerfile +++ b/src/scheduler/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine AS builder +FROM python:3.11.4-alpine AS builder # Copy python requirements COPY src/scheduler/requirements.txt /tmp/req/requirements.txt @@ -36,7 +36,7 @@ COPY src/common/utils /usr/share/bunkerweb/utils COPY src/scheduler /usr/share/bunkerweb/scheduler COPY src/VERSION /usr/share/bunkerweb/VERSION -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Set default umask to prevent huge recursive chmod increasing the final image size RUN umask 027 diff --git a/src/ui/Dockerfile b/src/ui/Dockerfile index 27587fefb..aecbd14e0 100755 --- a/src/ui/Dockerfile +++ b/src/ui/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine AS builder +FROM python:3.11.4-alpine AS builder # Copy python requirements COPY src/ui/requirements.txt /tmp/req/requirements.txt @@ -34,7 +34,7 @@ COPY src/common/helpers /usr/share/bunkerweb/helpers COPY src/ui /usr/share/bunkerweb/ui COPY src/VERSION /usr/share/bunkerweb/VERSION -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Set default umask to prevent huge recursive chmod increasing the final image size RUN umask 027 diff --git a/tests/core/antibot/Dockerfile b/tests/core/antibot/Dockerfile index c6b6dd4bc..b618f95c5 100644 --- a/tests/core/antibot/Dockerfile +++ b/tests/core/antibot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Install firefox and geckodriver RUN apk add --no-cache --virtual .build-deps curl grep zip && \ diff --git a/tests/core/authbasic/Dockerfile b/tests/core/authbasic/Dockerfile index c6b6dd4bc..b618f95c5 100644 --- a/tests/core/authbasic/Dockerfile +++ b/tests/core/authbasic/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Install firefox and geckodriver RUN apk add --no-cache --virtual .build-deps curl grep zip && \ diff --git a/tests/core/badbehavior/Dockerfile b/tests/core/badbehavior/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/badbehavior/Dockerfile +++ b/tests/core/badbehavior/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/blacklist/Dockerfile b/tests/core/blacklist/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/blacklist/Dockerfile +++ b/tests/core/blacklist/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/blacklist/api/Dockerfile b/tests/core/blacklist/api/Dockerfile index 47b275094..f8362451b 100644 --- a/tests/core/blacklist/api/Dockerfile +++ b/tests/core/blacklist/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/blacklist/init/Dockerfile b/tests/core/blacklist/init/Dockerfile index 2bb13a4f9..118180297 100644 --- a/tests/core/blacklist/init/Dockerfile +++ b/tests/core/blacklist/init/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/brotli/Dockerfile b/tests/core/brotli/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/brotli/Dockerfile +++ b/tests/core/brotli/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/bunkernet/Dockerfile b/tests/core/bunkernet/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/bunkernet/Dockerfile +++ b/tests/core/bunkernet/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/bunkernet/api/Dockerfile b/tests/core/bunkernet/api/Dockerfile index 47b275094..f8362451b 100644 --- a/tests/core/bunkernet/api/Dockerfile +++ b/tests/core/bunkernet/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/bwcli/Dockerfile b/tests/core/bwcli/Dockerfile index 4a4619dce..5b2674737 100644 --- a/tests/core/bwcli/Dockerfile +++ b/tests/core/bwcli/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/clientcache/Dockerfile b/tests/core/clientcache/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/clientcache/Dockerfile +++ b/tests/core/clientcache/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/cors/Dockerfile b/tests/core/cors/Dockerfile index c6b6dd4bc..b618f95c5 100644 --- a/tests/core/cors/Dockerfile +++ b/tests/core/cors/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Install firefox and geckodriver RUN apk add --no-cache --virtual .build-deps curl grep zip && \ diff --git a/tests/core/country/Dockerfile b/tests/core/country/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/country/Dockerfile +++ b/tests/core/country/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/customcert/Dockerfile b/tests/core/customcert/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/customcert/Dockerfile +++ b/tests/core/customcert/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/db/Dockerfile b/tests/core/db/Dockerfile index b34d01c5c..32083dac8 100644 --- a/tests/core/db/Dockerfile +++ b/tests/core/db/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/dnsbl/Dockerfile b/tests/core/dnsbl/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/dnsbl/Dockerfile +++ b/tests/core/dnsbl/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/dnsbl/init/Dockerfile b/tests/core/dnsbl/init/Dockerfile index c6b6dd4bc..b618f95c5 100644 --- a/tests/core/dnsbl/init/Dockerfile +++ b/tests/core/dnsbl/init/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Install firefox and geckodriver RUN apk add --no-cache --virtual .build-deps curl grep zip && \ diff --git a/tests/core/errors/Dockerfile b/tests/core/errors/Dockerfile index c6b6dd4bc..b618f95c5 100644 --- a/tests/core/errors/Dockerfile +++ b/tests/core/errors/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Install firefox and geckodriver RUN apk add --no-cache --virtual .build-deps curl grep zip && \ diff --git a/tests/core/greylist/Dockerfile b/tests/core/greylist/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/greylist/Dockerfile +++ b/tests/core/greylist/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/greylist/api/Dockerfile b/tests/core/greylist/api/Dockerfile index 714dc8a89..4edbfdc01 100644 --- a/tests/core/greylist/api/Dockerfile +++ b/tests/core/greylist/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/greylist/init/Dockerfile b/tests/core/greylist/init/Dockerfile index 2bb13a4f9..118180297 100644 --- a/tests/core/greylist/init/Dockerfile +++ b/tests/core/greylist/init/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/gzip/Dockerfile b/tests/core/gzip/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/gzip/Dockerfile +++ b/tests/core/gzip/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/headers/Dockerfile b/tests/core/headers/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/headers/Dockerfile +++ b/tests/core/headers/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/inject/Dockerfile b/tests/core/inject/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/inject/Dockerfile +++ b/tests/core/inject/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/limit/Dockerfile b/tests/core/limit/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/limit/Dockerfile +++ b/tests/core/limit/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/misc/Dockerfile b/tests/core/misc/Dockerfile index 5fd6919c0..8a2972a34 100644 --- a/tests/core/misc/Dockerfile +++ b/tests/core/misc/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/modsecurity/Dockerfile b/tests/core/modsecurity/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/modsecurity/Dockerfile +++ b/tests/core/modsecurity/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/redirect/Dockerfile b/tests/core/redirect/Dockerfile index c6b6dd4bc..b618f95c5 100644 --- a/tests/core/redirect/Dockerfile +++ b/tests/core/redirect/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Install firefox and geckodriver RUN apk add --no-cache --virtual .build-deps curl grep zip && \ diff --git a/tests/core/redis/Dockerfile b/tests/core/redis/Dockerfile index 38bfa0a9c..79e638a63 100644 --- a/tests/core/redis/Dockerfile +++ b/tests/core/redis/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Install firefox and geckodriver RUN apk add --no-cache --virtual .build-deps curl grep zip && \ diff --git a/tests/core/reversescan/Dockerfile b/tests/core/reversescan/Dockerfile index 47759b595..65f0283ef 100644 --- a/tests/core/reversescan/Dockerfile +++ b/tests/core/reversescan/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Install firefox and geckodriver RUN apk add --no-cache --virtual .build-deps curl grep zip && \ diff --git a/tests/core/selfsigned/Dockerfile b/tests/core/selfsigned/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/selfsigned/Dockerfile +++ b/tests/core/selfsigned/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/sessions/Dockerfile b/tests/core/sessions/Dockerfile index c6b6dd4bc..b618f95c5 100644 --- a/tests/core/sessions/Dockerfile +++ b/tests/core/sessions/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Install firefox and geckodriver RUN apk add --no-cache --virtual .build-deps curl grep zip && \ diff --git a/tests/core/whitelist/Dockerfile b/tests/core/whitelist/Dockerfile index 9cdc4ff12..589da1142 100644 --- a/tests/core/whitelist/Dockerfile +++ b/tests/core/whitelist/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/whitelist/api/Dockerfile b/tests/core/whitelist/api/Dockerfile index 714dc8a89..4edbfdc01 100644 --- a/tests/core/whitelist/api/Dockerfile +++ b/tests/core/whitelist/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/core/whitelist/init/Dockerfile b/tests/core/whitelist/init/Dockerfile index 2bb13a4f9..118180297 100644 --- a/tests/core/whitelist/init/Dockerfile +++ b/tests/core/whitelist/init/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine WORKDIR /tmp diff --git a/tests/ui/Dockerfile b/tests/ui/Dockerfile index 32b3edfc4..59fb99a7b 100644 --- a/tests/ui/Dockerfile +++ b/tests/ui/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # Install firefox and geckodriver RUN apk add --no-cache --virtual .build-deps curl grep zip && \