Skip to content

Commit

Permalink
feat: use alpine 3.19 as a base image for musllinux_1_2 (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed May 10, 2024
1 parent 1a2df19 commit c347629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit c347629

Please sign in to comment.