[INFRA-461] chore: bump nginx to 1.31-alpine in web and admin Dockerfiles (#9490)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Akshat Jain
2026-07-29 19:40:07 +05:30
committed by GitHub
parent 55610f4068
commit cd82da1b8a
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ RUN pnpm turbo run build --filter=admin
# =========================================================================== #
FROM nginx:1.29-alpine AS production
FROM nginx:1.31-alpine AS production
RUN apk update && apk upgrade --no-cache && rm -rf /var/cache/apk/*

View File

@@ -75,7 +75,7 @@ RUN pnpm turbo run build --filter=web
# *****************************************************************************
# STAGE 3: Serve with nginx
# *****************************************************************************
FROM nginx:1.29-alpine AS production
FROM nginx:1.31-alpine AS production
RUN apk update && apk upgrade --no-cache && rm -rf /var/cache/apk/*