Skip to content

Commit c200a69

Browse files
fix(docker): bump libpng and zlib versions to fix CVE-2026-33416, CVE-2026-33636 and CVE-2026-22184 (#10802)
1 parent eff82c1 commit c200a69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
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.29.6-alpine
5+
FROM nginx:1.29.7-alpine
66

77
LABEL maintainer="vladimir.gorej@gmail.com" \
88
org.opencontainers.image.authors="vladimir.gorej@gmail.com" \
@@ -11,7 +11,7 @@ LABEL maintainer="vladimir.gorej@gmail.com" \
1111
org.opencontainers.image.description="SwaggerUI Docker image" \
1212
org.opencontainers.image.licenses="Apache-2.0"
1313

14-
RUN apk add --update-cache --no-cache "nodejs" "libxml2>=2.13.9-r0" "libexpat>=2.7.2-r0" "libxslt>=1.1.42-r2" "xz-libs>=5.6.3-r1" "c-ares>=1.34.5-r0"
14+
RUN apk add --update-cache --no-cache "nodejs" "libxml2>=2.13.9-r0" "libexpat>=2.7.2-r0" "libxslt>=1.1.42-r2" "xz-libs>=5.6.3-r1" "c-ares>=1.34.5-r0" "libpng>=1.6.56-r0" "zlib>=1.3.2-r0"
1515

1616
LABEL maintainer="char0n"
1717

0 commit comments

Comments
 (0)