fix(docker): address multiple HIGH security vulnerabilities (#10410)

This commit is contained in:
Vladimír Gorej
2025-04-10 12:43:34 +02:00
committed by GitHub
parent 189f7d30d9
commit 6e0cc0e491

View File

@@ -11,7 +11,7 @@ LABEL maintainer="vladimir.gorej@gmail.com" \
org.opencontainers.image.description="SwaggerUI Docker image" \
org.opencontainers.image.licenses="Apache-2.0"
RUN apk add --update-cache --no-cache "nodejs" "libxml2>=2.13.4-r4"
RUN apk add --update-cache --no-cache "nodejs" "libxml2>=2.13.4-r5" "libexpat>=2.7.0-r0" "libxslt>=1.1.42-r2" "xz-libs>=5.6.3-r1" "c-ares>=1.34.5-r0"
LABEL maintainer="char0n"