Bump pinned default manylinux2010 image version (#472)

The current pinned version of the manylinux2010 docker image has an
issue where it is trying to use EoL yum repositories
(see pypa/manylinux#836 for more details). The repository path has been
updated on the latest image. This commit bumps the manylinux2010 docker
image version to use the latest version to get this fix.
This commit is contained in:
Matthew Treinish
2020-12-03 17:59:29 +01:00
committed by GitHub
parent 3c77465100
commit e94274db07
@@ -1,11 +1,11 @@
[x86_64]
manylinux1 = quay.io/pypa/manylinux1_x86_64:2020-11-11-0f1f128
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2020-11-11-201fb79
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2020-12-03-912b0de
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2020-11-11-bc8ce45
[i686]
manylinux1 = quay.io/pypa/manylinux1_i686:2020-11-11-0f1f128
manylinux2010 = quay.io/pypa/manylinux2010_i686:2020-11-11-201fb79
manylinux2010 = quay.io/pypa/manylinux2010_i686:2020-12-03-912b0de
manylinux2014 = quay.io/pypa/manylinux2014_i686:2020-11-11-bc8ce45
[pypy_x86_64]