From 9894939c3e597aa03c247acae0ebfd41cf8638c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 15:23:50 +0000 Subject: [PATCH] chore(deps): bump chainguard/nginx Bumps the docker-base-images group with 1 update in the / directory: [chainguard/nginx](https://github.com/chainguard-images/images). Updates `chainguard/nginx` from `71093c1` to `e4ff957` - [Commits](https://github.com/chainguard-images/images/commits) --- updated-dependencies: - dependency-name: chainguard/nginx dependency-version: latest dependency-type: direct:production dependency-group: docker-base-images ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da7772c..f813942 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN npm run build # manager, daily-rebuilt with near-zero CVEs. See docs/adr/0001-distroless-base-images.md. # Digest-pinned for reproducibility; refresh via Dependabot/Renovate or manually # (docker buildx imagetools inspect cgr.dev/chainguard/nginx:latest). -FROM cgr.dev/chainguard/nginx:latest@sha256:71093c1127c31422838904b00b32287bd2bf58cd06e0abc3c85d96597d46a448 +FROM cgr.dev/chainguard/nginx:latest@sha256:e4ff957080737c90a9ecfeaa40e3d19ea9d687e9cacda2f2a031c75ffcdd72b7 # Chainguard nginx mirrors the stock layout: nginx.conf includes # /etc/nginx/conf.d/*.conf, listens on 8080, and serves /usr/share/nginx/html.