fix(docker): fix security issues CVE-2024-56171, CVE-2025-24928 (#10351)

This commit is contained in:
Vladimír Gorej
2025-03-10 11:05:46 +01:00
committed by GitHub
parent 55dca4c69d
commit 3dc2cd6dc2

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"
RUN apk add --update-cache --no-cache "nodejs" "libxml2>=2.13.4-r4"
LABEL maintainer="char0n"