fix(docker): fix CVE-2024-27983 related to Node.js (#9786)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
FROM nginx:1.25.4-alpine
|
||||
|
||||
RUN apk add "nodejs"
|
||||
RUN apk update && apk add --no-cache "nodejs>=18.20.1-r0 "
|
||||
|
||||
LABEL maintainer="char0n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user