There was an error while loading. Please reload this page.
1 parent 9e4a042 commit 09712afCopy full SHA for 09712af
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.45.0 && \
80
- export GIT_HASH=a0fc1410878716add0a3c0cf3d35728f3a7c960f751c657656cca0212bf89e65 && \
+RUN export GIT_ROOT=git-2.45.1 && \
+ export GIT_HASH=10acb581993061e616be9c5674469335922025a666318e0748cb8306079fef24 && \
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