diff --git a/docker/x86_64/manylinux228/Dockerfile b/docker/x86_64/manylinux228/Dockerfile index e8582b554..4064d45cf 100644 --- a/docker/x86_64/manylinux228/Dockerfile +++ b/docker/x86_64/manylinux228/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM quay.io/pypa/manylinux_2_28_x86_64:2025.12.07-1 +FROM quay.io/pypa/manylinux_2_28_x86_64:2025.12.13-1 # Install CMake3 RUN yum install -y cmake-3.26.5 \