Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/admin/Dockerfile.admin
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down
2 changes: 1 addition & 1 deletion apps/web/Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down
Loading