From b2df15472589e10e535998fdb2ca5d5783b703f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 01:00:43 +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..8b64438e 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.01.23-1 # Install CMake3 RUN yum install -y cmake-3.26.5 \