From 72f952c2fb2fdc29cd1a661263abc6b40a02014f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 23:20:07 +0000 Subject: [PATCH] chore(deps): update quay.io/pypa/manylinux_2_28_x86_64 docker tag to v2025.12.13 --- docker/x86_64/manylinux228/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \