Skip to content

Commit 3a7f18f

Browse files
chore(deps): bump the docker-images group across 1 directory with 2 updates
Bumps the docker-images group with 2 updates in the /build directory: golang and debian. Updates `golang` from 1.24-alpine to 1.25-alpine Updates `debian` from 12-slim to 13-slim --- updated-dependencies: - dependency-name: golang dependency-version: 1.25-alpine dependency-type: direct:production dependency-group: docker-images - dependency-name: debian dependency-version: 13-slim dependency-type: direct:production dependency-group: docker-images ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0803de commit 3a7f18f

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
@@ -16,7 +16,7 @@ FROM ghcr.io/nginx/dependencies/nginx-ubi:ubi9@sha256:c9c269ae1ae6a4608fe4e65360
1616
FROM ghcr.io/nginx/alpine-fips:0.4.0-alpine3.19@sha256:0b400b81b5f403d69535a54839296ae35ced374eb1bb04db5b4282f380fef09a AS alpine-fips-3.19
1717
FROM ghcr.io/nginx/alpine-fips:0.4.0-alpine3.22@sha256:61ed75f252bde7da1e6db33d2709456e87478280dfae3d11084f94c361e9f329 AS alpine-fips-3.22
1818
FROM redhat/ubi9-minimal:9.6@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 AS ubi-minimal
19-
FROM golang:1.24-alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS golang-builder
19+
FROM golang:1.25-alpine@sha256:f18a072054848d87a8077455f0ac8a25886f2397f88bfdd222d6fafbb5bba440 AS golang-builder
2020

2121
############################################# NGINX files #############################################
2222
FROM scratch AS nginx-files
@@ -269,7 +269,7 @@ RUN --mount=type=bind,from=alpine-fips-3.19,target=/tmp/fips/ \
269269

270270

271271
############################################# Base image for Debian with NGINX Plus only #############################################
272-
FROM debian:12-slim@sha256:b1a741487078b369e78119849663d7f1a5341ef2768798f7b7406c4240f86aef AS debian-plus-only
272+
FROM debian:13-slim@sha256:c85a2732e97694ea77237c61304b3bb410e0e961dd6ee945997a06c788c545bb AS debian-plus-only
273273
ARG NGINX_PLUS_VERSION
274274

275275
ENV NGINX_VERSION=${NGINX_PLUS_VERSION}

0 commit comments

Comments
 (0)