diff --git a/Dockerfile b/Dockerfile index 7fe88d6..f156230 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM alpine:3.21.0 AS build +FROM alpine:3.20.3 AS build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] ARG LUAJIT_INC=/usr/include/luajit-2.1 @@ -141,7 +141,7 @@ RUN find /usr/local/nginx -exec file {} \; | grep "not stripped" || true && \ file /src/ModSecurity/unicode.mapping && \ file /src/ModSecurity/modsecurity.conf-recommended -FROM alpine:3.21.0 +FROM alpine:3.20.3 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] COPY --from=build /usr/local/nginx /usr/local/nginx COPY --from=build /usr/local/openssl/.openssl /usr/local/openssl/.openssl