Skip to content

Commit

Permalink
Update the Windows download hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubtron committed Jan 22, 2025
1 parent 82d5985 commit 283b074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .builders/images/linux-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 283b074

Please sign in to comment.