From 7247235d335a334b2073a06ff569f86e7b0aacbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 5 May 2024 19:18:02 +0200 Subject: [PATCH] chore: update Alpine to 3.19 This is necessary to compile V8 with C++20 support. Refs: https://github.com/nodejs/node/pull/45427 --- recipes/musl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/musl/Dockerfile b/recipes/musl/Dockerfile index 3889893..1cade5e 100644 --- a/recipes/musl/Dockerfile +++ b/recipes/musl/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3.19 ARG GID=1000 ARG UID=1000