mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-12 22:19:26 +02:00
upgrade the quay.io/pypa/manylinux* base images to 2024-07-20-e0def9a
the manylinux images failed to build with the old base images due to invalid signatures and/or 404 errors in old centos 7 repos.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Recent versions address yum functionality
|
||||
FROM quay.io/pypa/manylinux2014_x86_64:2023-08-27-bd7ad21
|
||||
FROM quay.io/pypa/manylinux2014_x86_64:2024-07-20-e0def9a
|
||||
|
||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
||||
|
||||
|
Reference in New Issue
Block a user