Skip to content

Commit 04beeef

Browse files
Bump git 2.51.2 → 2.52.0
1 parent 526f20a commit 04beeef

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
@@ -101,8 +101,8 @@ RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
101101
/tmp/cross-compiler/entrypoint /opt/_internal/build_scripts/build-curl.sh
102102
COPY build_scripts/build-git.sh /opt/_internal/build_scripts/
103103
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
104-
export GIT_ROOT=git-2.51.2 && \
105-
export GIT_HASH=9b44c2b337ec838e10aad42439d390963904449710d30c9e7e4ba449f45da98f && \
104+
export GIT_ROOT=git-2.52.0 && \
105+
export GIT_HASH=6880cb1e737e26f81cf7db9957ab2b5bb2aa1490d87619480b860816e0c10c32 && \
106106
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
107107
/tmp/cross-compiler/entrypoint /opt/_internal/build_scripts/build-git.sh
108108

0 commit comments

Comments
 (0)