We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f04214 commit 8ee6557Copy full SHA for 8ee6557
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:labs
2
-FROM alpine:3.21.1 AS build
+FROM alpine:3.21.2 AS build
3
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
4
5
ARG LUAJIT_INC=/usr/include/luajit-2.1
@@ -146,7 +146,7 @@ RUN find /usr/local/nginx -exec file {} \; | grep "not stripped" || true && \
146
file /src/ModSecurity/unicode.mapping && \
147
file /src/ModSecurity/modsecurity.conf-recommended
148
149
-FROM alpine:3.21.1
+FROM alpine:3.21.2
150
151
COPY --from=build /usr/local/nginx /usr/local/nginx
152
COPY --from=build /usr/local/openssl/.openssl /usr/local/openssl/.openssl
0 commit comments