From 283b074d126ea609741ee5cb58031d6fc63946ba Mon Sep 17 00:00:00 2001 From: Enrico Donnici Date: Wed, 22 Jan 2025 12:59:28 +0100 Subject: [PATCH] Update the Windows download hash. --- .builders/images/linux-x86_64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builders/images/linux-x86_64/Dockerfile b/.builders/images/linux-x86_64/Dockerfile index 332405a713efbe..f8836bd40c23f3 100644 --- a/.builders/images/linux-x86_64/Dockerfile +++ b/.builders/images/linux-x86_64/Dockerfile @@ -39,7 +39,7 @@ ENV PYTHON3_VERSION=3.12.8 RUN yum install -y libffi-devel && \ DOWNLOAD_URL="https://python.org/ftp/python/{{version}}/Python-{{version}}.tgz" \ VERSION="${PYTHON3_VERSION}" \ - SHA256="5978435c479a376648cb02854df3b892ace9ed7d32b1fead652712bee9d03a45" \ + SHA256="8d3f33be9eb810f23c102f08475af2854e50484b8e4e06275e937be61ce3d2fb" \ RELATIVE_PATH="Python-{{version}}" \ bash install-from-source.sh --prefix=/opt/python/${PYTHON3_VERSION} --with-ensurepip=yes --enable-ipv6 --with-dbmliborder= ENV PATH="/opt/python/${PYTHON3_VERSION}/bin:${PATH}"