chore(security): use minimum 16.17.1-r0 in docker image (#8222)

This commit is contained in:
Vladimír Gorej
2022-10-11 10:42:00 +02:00
committed by GitHub
parent 775d307d56
commit 3524fdb2ef

View File

@@ -4,7 +4,7 @@
FROM nginx:1.23.1-alpine 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" LABEL maintainer="fehguy"