Skip to content

Commit 2405dba

Browse files
authored
chore: update manylinux2014 base image (#1869)
1 parent ee03bff commit 2405dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ esac
2525

2626
# setup BASEIMAGE and its specific properties
2727
if [ "${POLICY}" == "manylinux2014" ]; then
28-
BASEIMAGE="quay.io/pypa/manylinux2014_base:2024.11.03-3"
28+
BASEIMAGE="quay.io/pypa/manylinux2014_base:2025.11.10-3"
2929
DEVTOOLSET_ROOTPATH="/opt/rh/devtoolset-10/root"
3030
PREPEND_PATH="${DEVTOOLSET_ROOTPATH}/usr/bin:"
3131
if [ "${PLATFORM}" == "i686" ]; then

0 commit comments

Comments
 (0)