Skip to content

Commit

Permalink
feat: update musllinux_1_2 to use alpine:3.20 base image (pypa#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Oct 21, 2024
1 parent 6c238c7 commit dc83211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Toolchain: GCC 4.8
- i686 image: ``quay.io/pypa/manylinux1_i686``


musllinux_1_2 (Alpine Linux 3.19 based, 3.13+ compatible)
musllinux_1_2 (Alpine Linux 3.20 based, 3.13+ compatible)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Toolchain: GCC 13
Expand All @@ -187,7 +187,7 @@ Toolchain: GCC 13
- armv7l image: ``quay.io/pypa/musllinux_1_2_armv7l``


musllinux_1_1 (Alpine Linux 2.12 based)
musllinux_1_1 (Alpine Linux 3.12 based)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Toolchain: GCC 9
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ elif [ "${POLICY}" == "musllinux_1_1" ]; then
PREPEND_PATH=
LD_LIBRARY_PATH_ARG=
elif [ "${POLICY}" == "musllinux_1_2" ]; then
BASEIMAGE="${MULTIARCH_PREFIX}alpine:3.19"
BASEIMAGE="${MULTIARCH_PREFIX}alpine:3.20"
DEVTOOLSET_ROOTPATH=
PREPEND_PATH=
LD_LIBRARY_PATH_ARG=
Expand Down

0 comments on commit dc83211

Please sign in to comment.