Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ RUN export CURL_ROOT=curl-8.14.1 && \
export CURL_DOWNLOAD_URL=https://curl.haxx.se/download && \
manylinux-entrypoint /build_scripts/build-curl.sh
COPY build_scripts/build-git.sh /build_scripts/
RUN export GIT_ROOT=git-2.50.0 && \
export GIT_HASH=920f8ca563d16a7d4fdecb44349cbffbc5cb814a8b36c96028463478197050da && \
RUN export GIT_ROOT=git-2.50.1 && \
export GIT_HASH=522d1635f8b62b484b0ce24993818aad3cab8e11ebb57e196bda38a3140ea915 && \
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
manylinux-entrypoint /build_scripts/build-git.sh

Expand Down Expand Up @@ -144,10 +144,10 @@ FROM build_cpython AS build_cpython313_nogil
RUN manylinux-entrypoint /build_scripts/build-cpython.sh thomas@python.org https://accounts.google.com 3.13.5 nogil

FROM build_cpython AS build_cpython314
RUN manylinux-entrypoint /build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.0b3
RUN manylinux-entrypoint /build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.0b4

FROM build_cpython AS build_cpython314_nogil
RUN manylinux-entrypoint /build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.0b3 nogil
RUN manylinux-entrypoint /build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.0b4 nogil

FROM runtime_base
COPY --from=build_tcl_tk /manylinux-rootfs /
Expand Down
6 changes: 3 additions & 3 deletions docker/build_scripts/requirements-tools/auditwheel
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was autogenerated by uv via the following command:
# nox -s update_python_dependencies
auditwheel==6.4.0 \
--hash=sha256:20990ccb2416fdb81983ef654d10df72f9f25b388e30105bc3d97b06d6aecafb \
--hash=sha256:c97d286ecd8c43c998ca7c312d3ba1773327349f732faf2a77b8b9fea4f48696
auditwheel==6.4.1 \
--hash=sha256:cfeb493e4e55ba6c7aeb27cc05c33ef2cace0da8e29c1dcd37fe813852e1d528 \
--hash=sha256:e66c3265d88320c8b2cac28487847f37f8dbe68ccd202a0d72e33228bf339c4c
# via -r .nox/update_python_dependencies/tmp/auditwheel.in
packaging==25.0 \
--hash=sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484 \
Expand Down