From fa855f9ca99903caa38cdae70c29cb86ff265800 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:10:54 +0100 Subject: [PATCH] Update docker base image to alpine3.21 (#815) --- .github/workflows/publish.yml | 4 ++-- README.md | 4 ++-- builder/wheel.py | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a57ed195..1919d2aa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,10 +20,10 @@ jobs: include: - abi: cp312 tag: musllinux_1_2 - base: 3.12-alpine3.20 + base: 3.12-alpine3.21 - abi: cp313 tag: musllinux_1_2 - base: 3.13-alpine3.20 + base: 3.13-alpine3.21 steps: - name: Checkout the repository uses: actions/checkout@v4.2.2 diff --git a/README.md b/README.md index 0c2035b8..a84f3d16 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Compile utilities: ### Python 3.12 / musllinux_1_2 -Build with Alpine 3.20 +Build with Alpine 3.21 Images: ghcr.io/home-assistant/wheels/ARCH/musllinux_1_2/cp312:VERSION Version of system builds: @@ -29,7 +29,7 @@ Version of system builds: ### Python 3.13 / musllinux_1_2 -Build with Alpine 3.20 +Build with Alpine 3.21 Images: ghcr.io/home-assistant/wheels/ARCH/musllinux_1_2/cp313:VERSION Version of system builds: diff --git a/builder/wheel.py b/builder/wheel.py index b17cbe13..8c1b9bfa 100644 --- a/builder/wheel.py +++ b/builder/wheel.py @@ -37,6 +37,7 @@ ("3", "18"): "musllinux_1_2", ("3", "19"): "musllinux_1_2", ("3", "20"): "musllinux_1_2", + ("3", "21"): "musllinux_1_2", }