chore(security): use minimum 16.17.1-r0 in docker image (#8222)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
FROM nginx:1.23.1-alpine
|
||||
|
||||
RUN apk update && apk add --no-cache "nodejs>=14.17.6-r0"
|
||||
RUN apk update && apk add --no-cache "nodejs>=16.17.1-r0"
|
||||
|
||||
LABEL maintainer="fehguy"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user