From 0c1ab7cc03e543d05593acdcadbe846cfc9860b7 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 30 May 2023 16:44:32 +1000 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 16b7ac34..464f8271 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.17_x86_64``, when ``PLAT`` is ``x86_64`` -* ``multibuild/alpine3.17_arm64v8``, when ``PLAT`` is ``aarch64`` +* ``multibuild/alpine3.18_x86_64``, when ``PLAT`` is ``x86_64`` +* ``multibuild/alpine3.18_arm64v8``, when ``PLAT`` is ``aarch64`` Otherwise: diff --git a/travis_linux_steps.sh b/travis_linux_steps.sh index f8204254..77b7a7f1 100644 --- a/travis_linux_steps.sh +++ b/travis_linux_steps.sh @@ -122,7 +122,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.17_{PLAT}" + local docker_image="multibuild/alpine3.18_{PLAT}" elif [ "$plat" == i686 ]; then local docker_image="matthewbrett/trusty:32" else