Skip to content

Commit 62f33ab

Browse files
Bump git 2.50.0 → 2.50.1
1 parent d07cd9b commit 62f33ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ RUN export CURL_ROOT=curl-8.14.1 && \
7878
export CURL_DOWNLOAD_URL=https://curl.haxx.se/download && \
7979
manylinux-entrypoint /build_scripts/build-curl.sh
8080
COPY build_scripts/build-git.sh /build_scripts/
81-
RUN export GIT_ROOT=git-2.50.0 && \
82-
export GIT_HASH=920f8ca563d16a7d4fdecb44349cbffbc5cb814a8b36c96028463478197050da && \
81+
RUN export GIT_ROOT=git-2.50.1 && \
82+
export GIT_HASH=522d1635f8b62b484b0ce24993818aad3cab8e11ebb57e196bda38a3140ea915 && \
8383
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
8484
manylinux-entrypoint /build_scripts/build-git.sh
8585

0 commit comments

Comments
 (0)