Skip to content

Commit 8b75ef8

Browse files
Bump nginx from 1.25-alpine to 1.29.8-alpine in /infrastructure
Bumps nginx from 1.25-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>
1 parent eee85c2 commit 8b75ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/Dockerfile.dashboard.optimized

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ COPY dashboard-v2/ .
3535
RUN npm run build
3636

3737
# Final stage - minimal runtime image with nginx
38-
FROM nginx:1.25-alpine AS runtime
38+
FROM nginx:1.29.8-alpine AS runtime
3939
# Install security updates
4040
RUN apk --no-cache upgrade
4141

0 commit comments

Comments
 (0)