From 66ffedb44a08d9de2bd0ee408542d8ae6d526e4d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 9 Oct 2024 19:01:19 +1100 Subject: [PATCH] Updated Alpine Linux version --- README.rst | 4 ++-- travis_linux_steps.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 464f8271..db078d30 100644 --- a/README.rst +++ b/README.rst @@ -275,8 +275,8 @@ variable. The default version is dependent on ``MB_ML_LIBC`` and ``PLAT``. When ``MB_ML_LIBC`` is ``musllinux``: -* ``multibuild/alpine3.18_x86_64``, when ``PLAT`` is ``x86_64`` -* ``multibuild/alpine3.18_arm64v8``, when ``PLAT`` is ``aarch64`` +* ``multibuild/alpine3.20_x86_64``, when ``PLAT`` is ``x86_64`` +* ``multibuild/alpine3.20_arm64v8``, when ``PLAT`` is ``aarch64`` Otherwise: diff --git a/travis_linux_steps.sh b/travis_linux_steps.sh index 9f2e1e6d..b4475293 100644 --- a/travis_linux_steps.sh +++ b/travis_linux_steps.sh @@ -125,7 +125,7 @@ function install_run { if [ "$MB_ML_LIBC" == "musllinux" ]; then # PLAT is the same as $plat, # unless $plat is "aarch64", in which case it becomes "arm64v8" - local docker_image="multibuild/alpine3.18_{PLAT}" + local docker_image="multibuild/alpine3.20_{PLAT}" elif [ "$plat" == i686 ]; then local docker_image="matthewbrett/trusty:32" else