File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Toolchain: GCC 4.8
174174- i686 image: ``quay.io/pypa/manylinux1_i686 ``
175175
176176
177- musllinux_1_2 (Alpine Linux 3.19 based, 3.13+ compatible)
177+ musllinux_1_2 (Alpine Linux 3.20 based, 3.13+ compatible)
178178~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179179
180180Toolchain: GCC 13
@@ -187,7 +187,7 @@ Toolchain: GCC 13
187187- armv7l image: ``quay.io/pypa/musllinux_1_2_armv7l ``
188188
189189
190- musllinux_1_1 (Alpine Linux 2 .12 based)
190+ musllinux_1_1 (Alpine Linux 3 .12 based)
191191~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192192
193193Toolchain: GCC 9
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ elif [ "${POLICY}" == "musllinux_1_1" ]; then
6060 PREPEND_PATH=
6161 LD_LIBRARY_PATH_ARG=
6262elif [ " ${POLICY} " == " musllinux_1_2" ]; then
63- BASEIMAGE=" ${MULTIARCH_PREFIX} alpine:3.19 "
63+ BASEIMAGE=" ${MULTIARCH_PREFIX} alpine:3.20 "
6464 DEVTOOLSET_ROOTPATH=
6565 PREPEND_PATH=
6666 LD_LIBRARY_PATH_ARG=
You can’t perform that action at this time.
0 commit comments