Skip to content

Commit 94f0818

Browse files
fix(docker): bump nginx image to version 1.29.0-alpine to fix CVE-2025-48174 (#10508)
1 parent 90805ee commit 94f0818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# We don't declare them here — take a look at our docs.
33
# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md
44

5-
FROM nginx:1.27.5-alpine
5+
FROM nginx:1.29.0-alpine
66

77
LABEL maintainer="vladimir.gorej@gmail.com" \
88
org.opencontainers.image.authors="vladimir.gorej@gmail.com" \

0 commit comments

Comments
 (0)