Skip to content

Commit 02501c1

Browse files
Bump the docker-images group in /build with 3 updates
Bumps the docker-images group in /build with 3 updates: nginx, nginxcontrib/nginx and debian. Updates `nginx` from 1.25.4 to 1.25.5 Updates `nginxcontrib/nginx` from 1.25.4-ubi to 1.25.5-ubi Updates `debian` from 11-slim to 12-slim --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-images - dependency-name: nginxcontrib/nginx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-images - dependency-name: debian dependency-type: direct:production dependency-group: docker-images ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11ef323 commit 02501c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM ghcr.io/nginxinc/alpine-fips:0.1.2-alpine3.19@sha256:67595f52053f328fd731bf
1515

1616

1717
############################################# Base image for Alpine #############################################
18-
FROM nginx:1.25.4-alpine@sha256:31bad00311cb5eeb8a6648beadcf67277a175da89989f14727420a80e2e76742 AS alpine
18+
FROM nginx:1.25.5-alpine@sha256:7bd88800d8c18d4f73feeee25e04fcdbeecfc5e0a2b7254a90f4816bb67beadd AS alpine
1919

2020
RUN --mount=type=bind,from=alpine-opentracing-lib,target=/tmp/ot/ \
2121
apk add --no-cache libcap libstdc++ \
@@ -27,7 +27,7 @@ RUN --mount=type=bind,from=alpine-opentracing-lib,target=/tmp/ot/ \
2727

2828

2929
############################################# Base image for Debian #############################################
30-
FROM nginx:1.25.4@sha256:9ff236ed47fe39cf1f0acf349d0e5137f8b8a6fd0b46e5117a401010e56222e1 AS debian
30+
FROM nginx:1.25.5@sha256:684889a0cdf28aa111c84055fb79f14a4846231e656a862b1cfdec809daab374 AS debian
3131

3232
RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \
3333
apt-get update \
@@ -40,7 +40,7 @@ RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \
4040

4141

4242
############################################# Base image for UBI #############################################
43-
FROM nginxcontrib/nginx:1.25.4-ubi@sha256:5e6680d2b0f4d984ba2b06466c50a9b8d57b251af205811246bfc64a0cef3821 AS ubi
43+
FROM nginxcontrib/nginx:1.25.5-ubi@sha256:41a840d636f81001d552f742e444b1582129bbde8ccb862cc96d93b120ab8c40 AS ubi
4444
ARG IC_VERSION
4545

4646
LABEL name="NGINX Ingress Controller" \
@@ -144,7 +144,7 @@ RUN --mount=type=bind,from=alpine-fips-3.17,target=/tmp/fips/ \
144144

145145

146146
############################################# Base image for Debian with NGINX Plus #############################################
147-
FROM debian:12-slim@sha256:ccb33c3ac5b02588fc1d9e4fc09b952e433d0c54d8618d0ee1afadf1f3cf2455 AS debian-plus
147+
FROM debian:12-slim@sha256:3d5df92588469a4c503adbead0e4129ef3f88e223954011c2169073897547cac AS debian-plus
148148

149149
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
150150
RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode=0644 \
@@ -168,7 +168,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
168168

169169

170170
############################################# Base image for Debian with NGINX Plus and App Protect WAF/DoS #############################################
171-
FROM debian:11-slim@sha256:a165446a88794db4fec31e35e9441433f9552ae048fb1ed26df352d2b537cb96 as debian-plus-nap
171+
FROM debian:12-slim@sha256:3d5df92588469a4c503adbead0e4129ef3f88e223954011c2169073897547cac as debian-plus-nap
172172
ARG NAP_MODULES
173173

174174
RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode=0644 \

0 commit comments

Comments
 (0)