We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85865c commit 01e380eCopy full SHA for 01e380e
Dockerfile
@@ -11,7 +11,7 @@ LABEL maintainer="vladimir.gorej@gmail.com" \
11
org.opencontainers.image.description="SwaggerUI Docker image" \
12
org.opencontainers.image.licenses="Apache-2.0"
13
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"
+RUN apk add --update-cache --no-cache "nodejs" "libxml2>=2.13.4-r6" "libexpat>=2.7.0-r0" "libxslt>=1.1.42-r2" "xz-libs>=5.6.3-r1" "c-ares>=1.34.5-r0"
15
16
LABEL maintainer="char0n"
17
0 commit comments