Skip to content

Commit 04cac01

Browse files
Bump git 2.36.0 → 2.36.1
1 parent 77a8938 commit 04cac01

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
@@ -76,8 +76,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
7676

7777
FROM build_base AS build_git
7878
COPY build_scripts/build-git.sh /build_scripts/
79-
RUN export GIT_ROOT=git-2.36.0 && \
80-
export GIT_HASH=9785f8c99daea037b8443d2f7397ac6aafbf8d5ff21fbfe2e5c0d443d126e211 && \
79+
RUN export GIT_ROOT=git-2.36.1 && \
80+
export GIT_HASH=37d936fd17c81aa9ddd3dba4e56e88a45fa534ad0ba946454e8ce818760c6a2c && \
8181
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
8282
manylinux-entrypoint /build_scripts/build-git.sh
8383

0 commit comments

Comments
 (0)