We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f20c8 commit b256df2Copy full SHA for b256df2
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