From ed49b4580a5b94612105d2a1ab1bfe2583ab36d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 06:22:13 +0000 Subject: [PATCH] Bump library/node from 16-alpine to 21-alpine Bumps library/node from 16-alpine to 21-alpine. --- updated-dependencies: - dependency-name: library/node dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 496a941..b00b429 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM docker.io/library/node:16-alpine as deemix +FROM --platform=$TARGETPLATFORM docker.io/library/node:21-alpine as deemix ARG TARGETPLATFORM ARG BUILDPLATFORM