From d46509db8ab4ab2f3a15a425cccedbbd1b4b9cb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:57:57 +0000 Subject: [PATCH] Bump node from 10-alpine to 22-alpine Bumps node from 10-alpine to 22-alpine. --- updated-dependencies: - dependency-name: 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 f881160..5b197ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM node:10-alpine +FROM --platform=$TARGETPLATFORM node:22-alpine ARG NODE_ENV=production # Environment variables used by RESTBase