We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b223b8 commit 36ee3c6Copy full SHA for 36ee3c6
docker/Dockerfile
@@ -76,8 +76,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
76
77
FROM build_base AS build_git
78
COPY build_scripts/build-git.sh /build_scripts/
79
-RUN export GIT_ROOT=git-2.36.2 && \
80
- export GIT_HASH=6dc2cdea5fb23d823ba4871cc23222c1db31dfbb6d6c6ff74c4128700df57c68 && \
+RUN export GIT_ROOT=git-2.37.1 && \
+ export GIT_HASH=7dded96a52e7996ce90dd74a187aec175737f680dc063f3f33c8932cf5c8d809 && \
81
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
82
manylinux-entrypoint /build_scripts/build-git.sh
83
0 commit comments