Skip to content

Commit 57bc3bc

Browse files
committed
fix(docker): fix security issues CVE-2024-56171, CVE-2025-24928
1 parent 55dca4c commit 57bc3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -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"
14+
RUN apk add --update-cache --no-cache "nodejs" "libxml2>=2.13.4-r4"
1515

1616
LABEL maintainer="char0n"
1717

0 commit comments

Comments
 (0)