From 0cbca1fb79f16af599cf3bfd45feda06d87198ee Mon Sep 17 00:00:00 2001 From: ngosang Date: Sun, 30 Jan 2022 23:17:14 +0100 Subject: [PATCH] Update base Docker image Alpine 3.15 / NodeJS 16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4fc5626..63e2f57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ARG TARGETPLATFORM