Skip to content

Commit

Permalink
Remove manylinux1 docker pin
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Mar 11, 2024
1 parent f7de18e commit 920f574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update_docker.py
Expand Up @@ -21,7 +21,7 @@ class Image:

images = [
# manylinux1 images
Image("manylinux1", "x86_64", "quay.io/pypa/manylinux1_x86_64", "2024-02-17-6f383ed"),
Image("manylinux1", "x86_64", "quay.io/pypa/manylinux1_x86_64", None),
Image("manylinux1", "i686", "quay.io/pypa/manylinux1_i686", None),
# manylinux2010 images
Image("manylinux2010", "x86_64", "quay.io/pypa/manylinux2010_x86_64", None),
Expand Down

0 comments on commit 920f574

Please sign in to comment.