diff --git a/common/common.manylinux_2_28 b/common/common.manylinux_2_28 index 80cea52..d55b32c 100644 --- a/common/common.manylinux_2_28 +++ b/common/common.manylinux_2_28 @@ -22,7 +22,7 @@ RUN \ set -x && \ # Remove sudo provided by devtoolset since it doesn't work with # our sudo wrapper calling gosu. - rm -f /opt/rh/gcc-toolset-12/root/usr/bin/sudo && \ + rm -f /opt/rh/gcc-toolset-14/root/usr/bin/sudo && \ /buildscripts/install-python-packages.sh && \ rm -rf /buildscripts