Skip to content

Commit 8ee6557

Browse files
renovate[bot]Zoey2936
authored andcommitted
Update alpine Docker tag to v3.21.2
1 parent 8f04214 commit 8ee6557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:labs
2-
FROM alpine:3.21.1 AS build
2+
FROM alpine:3.21.2 AS build
33
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
44

55
ARG LUAJIT_INC=/usr/include/luajit-2.1
@@ -146,7 +146,7 @@ RUN find /usr/local/nginx -exec file {} \; | grep "not stripped" || true && \
146146
file /src/ModSecurity/unicode.mapping && \
147147
file /src/ModSecurity/modsecurity.conf-recommended
148148

149-
FROM alpine:3.21.1
149+
FROM alpine:3.21.2
150150
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
151151
COPY --from=build /usr/local/nginx /usr/local/nginx
152152
COPY --from=build /usr/local/openssl/.openssl /usr/local/openssl/.openssl

0 commit comments

Comments
 (0)