Skip to content

Commit

Permalink
fix(Dockerfile): fix security issue in docker image
Browse files Browse the repository at this point in the history
Refs #7445
  • Loading branch information
char0n committed Sep 13, 2021
1 parent 3674a41 commit cd0f56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# We don't declare them here — take a look at our docs.
# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md

FROM nginx:1.19-alpine
FROM nginx:1.21-alpine

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

LABEL maintainer="fehguy"

Expand Down

0 comments on commit cd0f56c

Please sign in to comment.