Skip to content

Commit

Permalink
update docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuhey committed Jan 3, 2023
1 parent c4237dd commit 8a5c89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
container:
image: quay.io/pypa/manylinux2010_x86_64
image: quay.io/pypa/manylinux2014_x86_64
env:
PATH: /root/.cargo/bin:/root/.local/bin:/opt/python/cp36-cp36m/bin:/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/rh/devtoolset-2/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/python/cp35-cp35m/bin:/opt/python/cp36-cp36m/bin:/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/python/cp39-cp39/bin:/opt/rh/devtoolset-8/root/usr/bin
options: --user root
Expand Down

0 comments on commit 8a5c89e

Please sign in to comment.