Skip to content

Commit 626158a

Browse files
chore(deps): bump nginx from 1.27-alpine to 1.31-alpine (#1)
Bumps nginx from 1.27-alpine to 1.31-alpine. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de3eca3 commit 626158a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV VITE_API_URL=$VITE_API_URL
2929
RUN npm run build:production
3030

3131
# ── Stage 2: Serve ────────────────────────────────────────────────────────────
32-
FROM nginx:1.27-alpine AS runtime
32+
FROM nginx:1.31-alpine AS runtime
3333

3434
# Copy built assets
3535
COPY --from=builder /app/dist /usr/share/nginx/html

0 commit comments

Comments
 (0)