Skip to content

Commit 022de07

Browse files
authored
Merge pull request #1785 from pypa/revert-1783
Remove manylinux1 docker pin
2 parents 5c06f3c + 920f574 commit 022de07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/update_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Image:
2121

2222
images = [
2323
# manylinux1 images
24-
Image("manylinux1", "x86_64", "quay.io/pypa/manylinux1_x86_64", "2024-02-17-6f383ed"),
24+
Image("manylinux1", "x86_64", "quay.io/pypa/manylinux1_x86_64", None),
2525
Image("manylinux1", "i686", "quay.io/pypa/manylinux1_i686", None),
2626
# manylinux2010 images
2727
Image("manylinux2010", "x86_64", "quay.io/pypa/manylinux2010_x86_64", None),

0 commit comments

Comments
 (0)