From 3f98cbd3cd05e6533c89ed384e2e566e2e8059f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:06:29 +0000 Subject: [PATCH] Bump nginx from 1.31.2-alpine to 1.31.3-alpine Bumps nginx from 1.31.2-alpine to 1.31.3-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31.3-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9199d9..4d4d982 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN node scripts/build_assets.mjs # ── Stage 2: nginx serving the prebuilt dist straight from disk ─────────────── # Serves everything under /static (sendfile + gzip_static + immutable) and # proxies the rest to the app. Config + dist are baked in (no runtime volumes). -FROM nginx:1.31.2-alpine AS nginx +FROM nginx:1.31.3-alpine AS nginx COPY ops/nginx.conf /etc/nginx/nginx.conf COPY --from=assets /build/dist/static /srv/dist/static