Skip to content

Commit c018572

Browse files
Bump git 2.43.0 → 2.43.2
1 parent a1b4ddc commit c018572

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.43.0 && \
80-
export GIT_HASH=ed238f5c72a014f238cc49fe7df4c6883732a3881111b381c105e2c5be77302f && \
79+
RUN export GIT_ROOT=git-2.43.2 && \
80+
export GIT_HASH=0dde66dc6a0ef5ae41f550052e5574a01b5378bf2b396497070fc4913c749f75 && \
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)