Skip to content

Update docker base image to alpine3.22 #874

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
include:
- abi: cp313
tag: musllinux_1_2
base: 3.13-alpine3.21
base: 3.13-alpine3.22
steps:
- name: Checkout the repository
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Compile utilities:

### Python 3.13 / musllinux_1_2

Build with Alpine 3.21
Build with Alpine 3.22
Images: ghcr.io/home-assistant/wheels/ARCH/musllinux_1_2/cp313:VERSION

Version of system builds:

- GCC 13.2.1
- Cython 3.0.12
- GCC 14.2.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- Cython 3.1.2
- numpy 2.2.2
- scikit-build 0.18.1
- cffi 1.17.1
Expand Down
1 change: 1 addition & 0 deletions builder/wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
("3", "19"): (1, 2),
("3", "20"): (1, 2),
("3", "21"): (1, 2),
("3", "22"): (1, 2),
}


Expand Down