From d206eebbd09036a29fc129ece24fa5c6aec93f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 03:19:02 +0000 Subject: [PATCH] Bump pypa/manylinux2014_x86_64 from `82c97be` to `96412a3` Bumps pypa/manylinux2014_x86_64 from `82c97be` to `96412a3`. --- updated-dependencies: - dependency-name: pypa/manylinux2014_x86_64 dependency-version: 96412a3110ba598851ba1cd9bfa66b74c2903bfec1af978f5e55def5f0f1912c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27a6b7e..ab93aac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Almost a copy/paste from: https://github.com/PyO3/pyo3-pack/blob/master/Dockerfile -FROM quay.io/pypa/manylinux2014_x86_64@sha256:82c97be7faa3329f267bda90372dc0208175cef2b1ea20bfa72f13a955fdba01 +FROM quay.io/pypa/manylinux2014_x86_64@sha256:96412a3110ba598851ba1cd9bfa66b74c2903bfec1af978f5e55def5f0f1912c ENV PATH /root/.cargo/bin:$PATH # Add all supported python versions