From 7c3c4548e6b1b9e4771338a9e3be394a1bcb6997 Mon Sep 17 00:00:00 2001 From: Roman Nikitenko Date: Wed, 15 Jan 2025 17:05:26 +0000 Subject: [PATCH] chore: Upgrade Node.js version for the muscl-based assembly Signed-off-by: Roman Nikitenko --- build/dockerfiles/linux-musl.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/linux-musl.Dockerfile b/build/dockerfiles/linux-musl.Dockerfile index 384c5cf1193..86e4dab83ec 100644 --- a/build/dockerfiles/linux-musl.Dockerfile +++ b/build/dockerfiles/linux-musl.Dockerfile @@ -7,7 +7,7 @@ # # Make an assembly including both musl and libc variant to be able to run on all linux systems -FROM docker.io/node:20-alpine3.18 as linux-musl-builder +FROM docker.io/node:20-alpine3.19 as linux-musl-builder RUN apk add --update --no-cache \ # Download some files