Skip to content

Commit 593e212

Browse files
authored
feat: update musllinux_1_2 to use alpine:3.22 base image (#1784)
1 parent 496f7e1 commit 593e212

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Toolchain: GCC 4.8
230230
- i686 image: ``quay.io/pypa/manylinux1_i686``
231231

232232

233-
musllinux_1_2 (Alpine Linux 3.21 based, 3.13+ compatible)
233+
musllinux_1_2 (Alpine Linux 3.22 based, 3.13+ compatible)
234234
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
235235

236236
Toolchain: GCC 14
@@ -268,7 +268,7 @@ Image content
268268

269269
All supported images currently contain:
270270

271-
- CPython 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t and PyPy 3.8, 3.9, 3.10 installed in
271+
- CPython 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t, 3.14, 3.14t and PyPy 3.10, 3.11 installed in
272272
``/opt/python/<python tag>-<abi tag>``. The directories are named
273273
after the PEP 425 tags for each environment --
274274
e.g. ``/opt/python/cp313-cp313`` contains a CPython 3.13 build, and

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ elif [ "${POLICY}" == "manylinux_2_35" ]; then
5454
PREPEND_PATH=
5555
LD_LIBRARY_PATH_ARG=
5656
elif [ "${POLICY}" == "musllinux_1_2" ]; then
57-
BASEIMAGE="alpine:3.21"
57+
BASEIMAGE="alpine:3.22"
5858
DEVTOOLSET_ROOTPATH=
5959
PREPEND_PATH=
6060
LD_LIBRARY_PATH_ARG=

0 commit comments

Comments
 (0)