Skip to content

Commit 32acd6d

Browse files
authored
Merge pull request #930 from randoneering/main
fix: upgrade nginx 1.25 to 1.29.5 to reduce vulnerabilities
2 parents 71abf6d + bbb837d commit 32acd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WORKDIR /app/apps/web
2727
RUN pnpm run build
2828

2929
# Production stage with specific version
30-
FROM nginx:1.25-alpine AS runtime
30+
FROM nginx:1.29.5-alpine AS runtime
3131

3232
# Create non-root user and configure nginx in a single layer
3333
RUN addgroup -g 1001 appuser && \

0 commit comments

Comments
 (0)