Skip to content

Commit b256df2

Browse files
committed
fix(Dockerfile): fix security issue in docker image
Refs #7445
1 parent 95f20c8 commit b256df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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.19-alpine
5+
FROM nginx:1.21-alpine
66

7-
RUN apk update && apk add --no-cache "nodejs>=14.17.4-r0"
7+
RUN apk update && apk add --no-cache "nodejs>=14.17.6-r0"
88

99
LABEL maintainer="fehguy"
1010

0 commit comments

Comments
 (0)