From fa89f78d4c493d8ea66d902521619c25d63233aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 15:41:47 +0000 Subject: [PATCH] chore(deps): bump nginx from 1.27-alpine to 1.31-alpine Bumps nginx from 1.27-alpine to 1.31-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31-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 a845444..c2bddb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ ENV VITE_API_URL=$VITE_API_URL RUN npm run build:production # ── Stage 2: Serve ──────────────────────────────────────────────────────────── -FROM nginx:1.27-alpine AS runtime +FROM nginx:1.31-alpine AS runtime # Copy built assets COPY --from=builder /app/dist /usr/share/nginx/html