Skip to content

Commit a9ce487

Browse files
chore(deps): Bump nginx from 1.25-alpine to 1.31-alpine
Bumps nginx from 1.25-alpine to 1.31-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f6b98f commit a9ce487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV VITE_OTLP_HTTP_ENDPOINT=$VITE_OTLP_HTTP_ENDPOINT \
2626
RUN npm run build
2727

2828
# Serve with nginx
29-
FROM nginx:1.25-alpine
29+
FROM nginx:1.31-alpine
3030

3131
COPY --from=builder /app/dist /usr/share/nginx/html
3232
COPY web/nginx.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)