"vscode:/vscode.git/clone" did not exist on "4e06dc4816ca88cdceb045f3c8562ba66a759a2f"
Commit 00c56e39 authored by Andrew Murray's avatar Andrew Murray
Browse files

Updated to Alpine 3.17 test image

parent d4b02ce8
...@@ -120,7 +120,7 @@ function install_run { ...@@ -120,7 +120,7 @@ function install_run {
local plat=${1:-${PLAT:-x86_64}} local plat=${1:-${PLAT:-x86_64}}
if [ -z "$DOCKER_TEST_IMAGE" ]; then if [ -z "$DOCKER_TEST_IMAGE" ]; then
if [ "$MB_ML_LIBC" == "musllinux" ]; then if [ "$MB_ML_LIBC" == "musllinux" ]; then
local docker_image="multibuild/alpine3.16_$plat" local docker_image="multibuild/alpine3.17_$plat"
elif [ "$plat" == i686 ]; then elif [ "$plat" == i686 ]; then
local docker_image="matthewbrett/trusty:32" local docker_image="matthewbrett/trusty:32"
else else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment