mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update scripts/custom-docker-build
This commit is contained in:
parent
02c2dde27d
commit
8e705228d9
1 changed files with 4 additions and 0 deletions
|
|
@ -99,6 +99,10 @@ function print_git_args() {
|
|||
GIT_VERSION=2.17.1
|
||||
GIT_DOWNLOAD_SHA256=ec6452f0c8d5c1f3bcceabd7070b8a8a5eea11d4e2a04955c139b5065fd7d09a
|
||||
;;
|
||||
2.18)
|
||||
GIT_VERSION=2.18.0
|
||||
GIT_DOWNLOAD_SHA256=94faf2c0b02a7920b0b46f4961d8e9cad08e81418614102898a55f980fa3e7e4
|
||||
;;
|
||||
*) echo "Unknown git version $1"; exit 1;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue