mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 19:42:55 +01:00
Update Git to v2.33
As of https://gitlab.com/gitlab-org/gitaly/-/issues/3815, Gitaly now requires v2.33 so let's make this image standard across the CI images.
This commit is contained in:
parent
02cfb94595
commit
60107ec642
2 changed files with 93 additions and 88 deletions
|
|
@ -93,6 +93,11 @@ function print_git_args() {
|
|||
GIT_VERSION=2.31.1
|
||||
GIT_DOWNLOAD_SHA256=46d37c229e9d786510e0c53b60065704ce92d5aedc16f2c5111e3ed35093bfa7
|
||||
;;
|
||||
2.33)
|
||||
GIT_VERSION=2.33.0
|
||||
GIT_DOWNLOAD_SHA256=c189e4a48d8805482f450db666330c79bcefae37e0d035c7717517126ddf4305
|
||||
;;
|
||||
|
||||
*) echo "Unknown git version $1"; exit 1;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue