Skip to content

Commit d107034

Browse files
chore(deps): bump alpine in /build in the docker-images group
Bumps the docker-images group in /build with 1 update: alpine. Updates `alpine` from 3.17 to 3.21 --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-images ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f92a20a commit d107034

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
@@ -102,7 +102,7 @@ USER 101
102102

103103

104104
############################################# Base image for Alpine with NGINX Plus ##############################################
105-
FROM alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a AS alpine-plus
105+
FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS alpine-plus
106106
ARG NGINX_PLUS_VERSION
107107
ARG PACKAGE_REPO
108108

@@ -135,7 +135,7 @@ RUN --mount=type=bind,from=alpine-fips-3.20,target=/tmp/fips/ \
135135

136136

137137
############################################# Base image for Alpine with NGINX Plus, App Protect WAF and FIPS #############################################
138-
FROM alpine:3.17@sha256:8fc3dacfb6d69da8d44e42390de777e48577085db99aa4e4af35f483eb08b989 AS alpine-plus-nap-fips
138+
FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS alpine-plus-nap-fips
139139
ARG NGINX_PLUS_VERSION
140140
ARG NGINX_AGENT
141141
ARG NGINX_PLUS_VERSION
@@ -172,7 +172,7 @@ RUN --mount=type=bind,from=alpine-fips-3.17,target=/tmp/fips/ \
172172

173173

174174
############################################# Base image for Alpine with NGINX Plus, App Protect WAFv5 and FIPS #############################################
175-
FROM alpine:3.17@sha256:8fc3dacfb6d69da8d44e42390de777e48577085db99aa4e4af35f483eb08b989 AS alpine-plus-nap-v5-fips
175+
FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS alpine-plus-nap-v5-fips
176176
ARG NGINX_PLUS_VERSION
177177
ARG NGINX_AGENT
178178
ARG NGINX_PLUS_VERSION

0 commit comments

Comments
 (0)