mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Bump Git version for Gitaly to 2.22
Gitaly runs on anything beyond 2.21, and will remain to do so until partial clone will be supported. In 2.22 a security issue was fixed, so that's the minimal version Gitaly should use. Part of: https://gitlab.com/gitlab-org/gitaly/issues/1715
This commit is contained in:
parent
3411879c1e
commit
ad0c9cc73e
2 changed files with 13 additions and 8 deletions
|
|
@ -66,6 +66,10 @@ function print_git_args() {
|
|||
GIT_VERSION=2.21.0
|
||||
GIT_DOWNLOAD_SHA256=85eca51c7404da75e353eba587f87fea9481ba41e162206a6f70ad8118147bee
|
||||
;;
|
||||
2.22)
|
||||
GIT_VERSION=2.22.0
|
||||
GIT_DOWNLOAD_SHA256=a4b7e4365bee43caa12a38d646d2c93743d755d1cea5eab448ffb40906c9da0b
|
||||
;;
|
||||
*) echo "Unknown git version $1"; exit 1;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue