File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# We don't declare them here — take a look at our docs.
33# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md
44
5- FROM nginx:1.29.6 -alpine
5+ FROM nginx:1.29.7 -alpine
66
77LABEL maintainer="vladimir.gorej@gmail.com" \
88 org.opencontainers.image.authors="vladimir.gorej@gmail.com" \
@@ -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" "libxml2>=2.13.9-r0" "libexpat>=2.7.2-r0" "libxslt>=1.1.42-r2" "xz-libs>=5.6.3-r1" "c-ares>=1.34.5-r0"
14+ RUN apk add --update-cache --no-cache "nodejs" "libxml2>=2.13.9-r0" "libexpat>=2.7.2-r0" "libxslt>=1.1.42-r2" "xz-libs>=5.6.3-r1" "c-ares>=1.34.5-r0" "libpng>=1.6.56-r0" "zlib>=1.3.2-r0"
1515
1616LABEL maintainer="char0n"
1717
You can’t perform that action at this time.
0 commit comments