From 3959a8a9fd8e0ab1496fc6f6fb62cf5bedfe1c61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:00:14 +0000 Subject: [PATCH] chore(deps): update quay.io/pypa/manylinux_2_28_x86_64 docker tag to v2026 --- 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 62732715..66bd3f33 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:2026.02.01-1 # Install CMake3 RUN yum install -y cmake-3.26.5 \