Skip to content

Commit 3e0d069

Browse files
committed
build(docker): fix docker image Node.js security issue
Refs #7445
1 parent c97998c commit 3e0d069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM nginx:1.19-alpine
66

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

99
LABEL maintainer="fehguy"
1010

0 commit comments

Comments
 (0)