From bd75bcef99929a22b3aefa1dc1454986caa8f3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:14:07 +0000 Subject: [PATCH] chore(deps): bump nginxinc/nginx-unprivileged Bumps nginxinc/nginx-unprivileged from `8122337` to `26b5d49`. --- updated-dependencies: - dependency-name: nginxinc/nginx-unprivileged dependency-version: alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e7219af..31809bf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN npm run build # --------------------------------------------------------------------------- # Stage 2: runtime # --------------------------------------------------------------------------- -FROM nginxinc/nginx-unprivileged:alpine@sha256:8122337ed6c475bb486bc9340da453d4599f225e6b920ff0d92ca2267486b9b5 +FROM nginxinc/nginx-unprivileged:alpine@sha256:26b5d4920434bc4d8c17a68201488cf4b3d2391f0d25305cdfe66ccdc6d18aa4 # nginxinc/nginx-unprivileged:alpine — static SPA serving as non-root. # # The upstream nginx team maintains this variant specifically for non-root