Skip to content

Commit

Permalink
Update docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Nov 13, 2023
1 parent dbf4860 commit 5ec17a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
manylinux_build:
name: Build linux ${{ matrix.python.name }} wheel
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64:2023-10-22-409125c
container: quay.io/pypa/manylinux2014_x86_64:2023-11-13-f6b0c51
strategy:
matrix:
python:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
manylinux_build:
name: Build linux ${{ matrix.python.name }} wheel
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64:2023-10-22-409125c
container: quay.io/pypa/manylinux2014_x86_64:2023-11-13-f6b0c51
strategy:
matrix:
python:
Expand Down

0 comments on commit 5ec17a6

Please sign in to comment.