mirror of
https://github.com/makeplane/plane.git
synced 2026-08-29 10:08:51 +02:00
[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:
@@ -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/*
|
RUN apk update && apk upgrade --no-cache && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ RUN pnpm turbo run build --filter=web
|
|||||||
# *****************************************************************************
|
# *****************************************************************************
|
||||||
# STAGE 3: Serve with nginx
|
# 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/*
|
RUN apk update && apk upgrade --no-cache && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user