Skip to content

Commit 42b8cf4

Browse files
chore(deps): bump the docker-images group in /build with 2 updates
Bumps the docker-images group in /build with 2 updates: 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 7cdec0a commit 42b8cf4

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
@@ -15,7 +15,7 @@ FROM ghcr.io/nginx/dependencies/nginx-ubi:ubi9@sha256:c9c269ae1ae6a4608fe4e65360
1515
FROM ghcr.io/nginx/alpine-fips:0.3.0-alpine3.19@sha256:449f1a149e81e36bb929ebd362433a06a158ff2a7e3ba05b4b8d9ea96d59ae91 AS alpine-fips-3.19
1616
FROM ghcr.io/nginx/alpine-fips:0.3.0-alpine3.22@sha256:86a8ec5ff400572d9004fcfe1468f9c22954ebd7d2b57910cb8d454f148f4ad4 AS alpine-fips-3.22
1717
FROM redhat/ubi9-minimal:9.6@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7 AS ubi-minimal
18-
FROM golang:1.24-alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS golang-builder
18+
FROM golang:1.25-alpine@sha256:f18a072054848d87a8077455f0ac8a25886f2397f88bfdd222d6fafbb5bba440 AS golang-builder
1919

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

265265

266266
############################################# Base image for Debian with NGINX Plus only #############################################
267-
FROM debian:12-slim@sha256:b1a741487078b369e78119849663d7f1a5341ef2768798f7b7406c4240f86aef AS debian-plus-only
267+
FROM debian:13-slim@sha256:c85a2732e97694ea77237c61304b3bb410e0e961dd6ee945997a06c788c545bb AS debian-plus-only
268268
ARG NGINX_PLUS_VERSION
269269

270270
ENV NGINX_VERSION=${NGINX_PLUS_VERSION}

0 commit comments

Comments
 (0)