Skip to content

Commit 95384f5

Browse files
Update alpine Docker tag to v3.22
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.19 | 3.22 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6191ca commit 95384f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ RUN --mount=type=bind,from=alpine-fips-3.22,target=/tmp/fips/ \
213213

214214

215215
############################################# Base image for Alpine with NGINX Plus, App Protect WAF and FIPS #############################################
216-
FROM alpine:3.19@sha256:6baf43584bcb78f2e5847d1de515f23499913ac9f12bdf834811a3145eb11ca1 AS alpine-plus-nap-fips
216+
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 AS alpine-plus-nap-fips
217217
ARG NGINX_PLUS_VERSION
218218
ARG NAP_WAF_VERSION
219219
ARG PACKAGE_REPO
@@ -248,7 +248,7 @@ RUN --mount=type=bind,from=alpine-fips-3.19,target=/tmp/fips/ \
248248

249249

250250
############################################# Base image for Alpine with NGINX Plus, App Protect WAFv5 and FIPS #############################################
251-
FROM alpine:3.19@sha256:6baf43584bcb78f2e5847d1de515f23499913ac9f12bdf834811a3145eb11ca1 AS alpine-plus-nap-v5-fips
251+
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 AS alpine-plus-nap-v5-fips
252252
ARG NGINX_PLUS_VERSION
253253
ARG PACKAGE_REPO
254254
ARG NAP_WAF_VERSION

0 commit comments

Comments
 (0)