Skip to content

Commit bbb837d

Browse files
authored
Merge pull request #1 from randoneering/snyk-fix-9eefe18d9b3f10991bc23be0a8350f8c
[Snyk] Security upgrade nginx from 1.25-alpine to 1.29.5-alpine
2 parents ef0935a + c1b5731 commit bbb837d

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)