Skip to content

Commit 920f574

Browse files
committed
Remove manylinux1 docker pin
1 parent f7de18e commit 920f574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/update_docker.py

+1-1
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)