We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee03bff commit 2405dbaCopy full SHA for 2405dba
build.sh
@@ -25,7 +25,7 @@ esac
25
26
# setup BASEIMAGE and its specific properties
27
if [ "${POLICY}" == "manylinux2014" ]; then
28
- BASEIMAGE="quay.io/pypa/manylinux2014_base:2024.11.03-3"
+ BASEIMAGE="quay.io/pypa/manylinux2014_base:2025.11.10-3"
29
DEVTOOLSET_ROOTPATH="/opt/rh/devtoolset-10/root"
30
PREPEND_PATH="${DEVTOOLSET_ROOTPATH}/usr/bin:"
31
if [ "${PLATFORM}" == "i686" ]; then
0 commit comments