We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436cefb commit 434680bCopy full SHA for 434680b
images/windows/scripts/build/Install-Git.ps1
@@ -8,12 +8,12 @@
8
9
$downloadUrl = Resolve-GithubReleaseAssetUrl `
10
-Repo "git-for-windows/git" `
11
- -Version "latest" `
+ -Version "2.47.1" `
12
-UrlMatchPattern "Git-*-64-bit.exe"
13
14
$externalHash = Get-ChecksumFromGithubRelease `
15
16
17
-FileName (Split-Path $downloadUrl -Leaf) `
18
-HashType "SHA256"
19
0 commit comments