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 24f64f1 commit 31e5a57Copy full SHA for 31e5a57
docker/Dockerfile
@@ -78,8 +78,8 @@ RUN export CURL_ROOT=curl-8.14.1 && \
78
export CURL_DOWNLOAD_URL=https://curl.haxx.se/download && \
79
manylinux-entrypoint /build_scripts/build-curl.sh
80
COPY build_scripts/build-git.sh /build_scripts/
81
-RUN export GIT_ROOT=git-2.49.0 && \
82
- export GIT_HASH=f8047f572f665bebeb637fd5f14678f31b3ca5d2ff9a18f20bd925bd48f75d3c && \
+RUN export GIT_ROOT=git-2.50.0 && \
+ export GIT_HASH=920f8ca563d16a7d4fdecb44349cbffbc5cb814a8b36c96028463478197050da && \
83
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
84
manylinux-entrypoint /build_scripts/build-git.sh
85
0 commit comments