We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2ed9e commit b75d4ecCopy full SHA for b75d4ec
docker/Dockerfile
@@ -78,8 +78,8 @@ RUN export CURL_ROOT=curl-8.11.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.47.1 && \
82
- export GIT_HASH=f4c4e98667800585d218dfdf415eb72f73baa7abcac4569e2ce497970f8d6665 && \
+RUN export GIT_ROOT=git-2.48.1 && \
+ export GIT_HASH=51b4d03b1e311ba673591210f94f24a4c5781453e1eb188822e3d9cdc04c2212 && \
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