Skip to content

Commit 500871d

Browse files
Bump git 2.51.1 → 2.51.2
1 parent 10da0a9 commit 500871d

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
@@ -104,8 +104,8 @@ RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
104104
/tmp/cross-compiler/entrypoint /build_scripts/build-curl.sh
105105
COPY build_scripts/build-git.sh /build_scripts/
106106
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
107-
export GIT_ROOT=git-2.51.1 && \
108-
export GIT_HASH=b049d79e6a6cb3d81334bf689af6301f4d4c884191dfae65d2bb314a90384831 && \
107+
export GIT_ROOT=git-2.51.2 && \
108+
export GIT_HASH=9b44c2b337ec838e10aad42439d390963904449710d30c9e7e4ba449f45da98f && \
109109
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
110110
/tmp/cross-compiler/entrypoint /build_scripts/build-git.sh
111111

0 commit comments

Comments
 (0)