Skip to content

Commit 6e0cc0e

Browse files
authored
fix(docker): address multiple HIGH security vulnerabilities (#10410)
1 parent 189f7d3 commit 6e0cc0e

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="[email protected]" \
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.4-r4"
14+
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"
1515

1616
LABEL maintainer="char0n"
1717

0 commit comments

Comments
 (0)