Skip to content

Commit 5644eab

Browse files
Update alpine Docker tag to v3.23
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.22 | 3.23 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71895f9 commit 5644eab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ RUN --mount=type=bind,from=nginx-files,src=nginx_signing.key,target=/tmp/nginx_s
174174
&& ubi-clean.sh
175175

176176
############################################# Base image for Alpine with NGINX Plus ##############################################
177-
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 AS alpine-plus
177+
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS alpine-plus
178178
ARG NGINX_PLUS_VERSION
179179
ARG PACKAGE_REPO
180180
ARG NGINX_AGENT_VERSION
@@ -212,7 +212,7 @@ RUN --mount=type=bind,from=alpine-fips-3.22,target=/tmp/fips/ \
212212

213213

214214
############################################# Base image for Alpine with NGINX Plus, App Protect WAF and FIPS #############################################
215-
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 AS alpine-plus-nap-fips
215+
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS alpine-plus-nap-fips
216216
ARG NGINX_PLUS_VERSION
217217
ARG NAP_WAF_VERSION
218218
ARG PACKAGE_REPO
@@ -247,7 +247,7 @@ RUN --mount=type=bind,from=alpine-fips-3.22,target=/tmp/fips/ \
247247

248248

249249
############################################# Base image for Alpine with NGINX Plus, App Protect WAFv5 and FIPS #############################################
250-
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 AS alpine-plus-nap-v5-fips
250+
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS alpine-plus-nap-v5-fips
251251
ARG NGINX_PLUS_VERSION
252252
ARG PACKAGE_REPO
253253
ARG NAP_WAF_VERSION

0 commit comments

Comments
 (0)