mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add Git 2.33 images
This is the new required minimum version of Gitaly
This commit is contained in:
parent
0b1641b8ce
commit
419c259e70
2 changed files with 95 additions and 0 deletions
|
|
@ -93,6 +93,11 @@ function print_git_args() {
|
|||
GIT_VERSION=2.31.1
|
||||
GIT_DOWNLOAD_SHA256=46d37c229e9d786510e0c53b60065704ce92d5aedc16f2c5111e3ed35093bfa7
|
||||
;;
|
||||
2.33)
|
||||
GIT_VERSION=2.33.1
|
||||
GIT_DOWNLOAD_SHA256=02047f8dc8934d57ff5e02aadd8a2fe8e0bcf94a7158da375e48086cc46fce1d
|
||||
;;
|
||||
|
||||
*) echo "Unknown git version $1"; exit 1;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue