Skip to content

Commit

Permalink
fix(docker): fix security issues CVE-2024-56171, CVE-2025-24928 (#10351)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Mar 10, 2025
1 parent 55dca4c commit 3dc2cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL maintainer="[email protected]" \
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"

Expand Down

0 comments on commit 3dc2cd6

Please sign in to comment.