From 0627df1594602319df4db2e0a626015ee67336f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:12:11 +0000 Subject: [PATCH] Bump pypa/manylinux2014_x86_64 from `ae8ffd0` to `35baef3` Bumps pypa/manylinux2014_x86_64 from `ae8ffd0` to `35baef3`. --- updated-dependencies: - dependency-name: pypa/manylinux2014_x86_64 dependency-version: 35baef377f64c2ae2e7ed647917ecd090c50f6e8b06fd605012661c2e954cc92 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 7ea91dc..7a9228e 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:ae8ffd04169d777791ff9420bfe3fdcd50f8640099459528a0fe42c3faf85aff +FROM quay.io/pypa/manylinux2014_x86_64@sha256:35baef377f64c2ae2e7ed647917ecd090c50f6e8b06fd605012661c2e954cc92 ENV PATH /root/.cargo/bin:$PATH # Add all supported python versions