From 44e6479d6c9d4f56d9caaedf02357dc9b05314af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:13:52 +0000 Subject: [PATCH] Bump pypa/manylinux2014_x86_64 from `ae8ffd0` to `0a42cb7` Bumps pypa/manylinux2014_x86_64 from `ae8ffd0` to `0a42cb7`. --- updated-dependencies: - dependency-name: pypa/manylinux2014_x86_64 dependency-version: 0a42cb7e5f4ba6bbfb8d0a86d1aab0c8876ba9c3be16bd99360ae42bf010ec77 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..c88c895 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:0a42cb7e5f4ba6bbfb8d0a86d1aab0c8876ba9c3be16bd99360ae42bf010ec77 ENV PATH /root/.cargo/bin:$PATH # Add all supported python versions