Skip to content

Commit 01a13ec

Browse files
authored
update musl base image to 1_2 (#348)
1 parent aa64a62 commit 01a13ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-dockerimages-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: matrix.base_image == 'many'
4646
- name: Sets env for musllinux
4747
run: |
48-
echo "BASE_IMAGE=quay.io/pypa/musllinux_1_1_${{ env.ARCH }}" >> $GITHUB_ENV
48+
echo "BASE_IMAGE=quay.io/pypa/musllinux_1_2_${{ env.ARCH }}" >> $GITHUB_ENV
4949
if: matrix.base_image == 'musl'
5050
- name: Build and push ${{ matrix.base_image }}-${{ env.ARCH }} docker image
5151
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)