Update base Docker image Alpine 3.15 / NodeJS 16

This commit is contained in:
ngosang 2022-01-30 23:17:14 +01:00
parent 05dcae979c
commit 0cbca1fb79

View File

@ -1,4 +1,4 @@
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:16-alpine3.14 FROM --platform=${TARGETPLATFORM:-linux/amd64} node:16-alpine3.15
# Print build information # Print build information
ARG TARGETPLATFORM ARG TARGETPLATFORM