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 77a8938 commit 04cac01Copy full SHA for 04cac01
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.0 && \
80
- export GIT_HASH=9785f8c99daea037b8443d2f7397ac6aafbf8d5ff21fbfe2e5c0d443d126e211 && \
+RUN export GIT_ROOT=git-2.36.1 && \
+ export GIT_HASH=37d936fd17c81aa9ddd3dba4e56e88a45fa534ad0ba946454e8ce818760c6a2c && \
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