Skip to content

Commit

Permalink
build(docker): fix docker image Node.js security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Aug 11, 2021
1 parent c97998c commit 325909f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

FROM nginx:1.19-alpine

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

LABEL maintainer="fehguy"

Expand Down

0 comments on commit 325909f

Please sign in to comment.