We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1b710 commit 4cf3f01Copy full SHA for 4cf3f01
Dockerfile
@@ -2,9 +2,9 @@
2
# We don't declare them here — take a look at our docs.
3
# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md
4
5
-FROM nginx:1.19-alpine
+FROM nginx:1.21-alpine
6
7
-RUN apk update && apk add --no-cache "nodejs>=14.17.4-r0"
+RUN apk update && apk add --no-cache "nodejs>=14.17.6-r0"
8
9
LABEL maintainer="fehguy"
10
0 commit comments