build(docker): fix docker image Node.js security issue

Refs #7445
This commit is contained in:
Vladimir Gorej
2021-08-11 09:45:39 +02:00
parent c97998cc01
commit 325909fb6a

View File

@@ -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"