From 0136a1dd5f39deb5220d75e5f093ace6cd42fd45 Mon Sep 17 00:00:00 2001 From: mayeut Date: Thu, 9 May 2024 10:22:08 +0200 Subject: [PATCH] feat: use alpine 3.19 as a base image for musllinux_1_2 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1b53fd78..21304c07 100755 --- a/build.sh +++ b/build.sh @@ -52,7 +52,7 @@ elif [ "${POLICY}" == "musllinux_1_1" ]; then PREPEND_PATH= LD_LIBRARY_PATH_ARG= elif [ "${POLICY}" == "musllinux_1_2" ]; then - BASEIMAGE="${MULTIARCH_PREFIX}alpine:3.18" + BASEIMAGE="${MULTIARCH_PREFIX}alpine:3.19" DEVTOOLSET_ROOTPATH= PREPEND_PATH= LD_LIBRARY_PATH_ARG=