From 1dfc9c51658414edd0db0444e9c6abc003ce2fb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 20:26:44 +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 \