Build new images with git 2.16

Needed for improving performance of `git fetch` in https://gitlab.com/gitlab-com/migration/issues/216
This commit is contained in:
Stan Hu 2018-02-26 13:17:32 -08:00
parent 8cb83887d0
commit 7a2c2770f2
2 changed files with 14 additions and 0 deletions

View file

@ -60,6 +60,10 @@ function print_git_args() {
GIT_VERSION=2.14.3
GIT_DOWNLOAD_SHA256=023ffff6d3ba8a1bea779dfecc0ed0bb4ad68ab8601d14435dd8c08416f78d7f
;;
2.16)
GIT_VERSION=2.16.2
GIT_DOWNLOAD_SHA256=9acc4339b7a2ab484eea69d705923271682b7058015219cf5a7e6ed8dee5b5fb
;;
*) echo "Unknown git version $1"; exit 1;
esac