Skip to content

Commit cc26876

Browse files
chore(deps): Bump nginx from 1.29-alpine to 1.29.8-alpine in /docker (#45)
Bumps nginx from 1.29-alpine to 1.29.8-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.8-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6add154 commit cc26876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.frontend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY frontend/ ./frontend/
2222
RUN cd frontend && pnpm run build
2323

2424
# Production stage - using minimal nginx
25-
FROM nginx:1.29-alpine
25+
FROM nginx:1.29.8-alpine
2626

2727
# Create non-root user for nginx (or use existing nginx user)
2828
# nginx:alpine already has nginx user/group, so we'll just use it

0 commit comments

Comments
 (0)