Skip to content

Commit

Permalink
Update docker base image to alpine3.21 (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Dec 16, 2024
1 parent 1103f7c commit fa855f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions builder/wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
("3", "18"): "musllinux_1_2",
("3", "19"): "musllinux_1_2",
("3", "20"): "musllinux_1_2",
("3", "21"): "musllinux_1_2",
}


Expand Down

0 comments on commit fa855f9

Please sign in to comment.