Skip to content

Commit 434680b

Browse files
authored
[Windows] pin the git version to 2.47.1 (#11642)
1 parent 436cefb commit 434680b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/windows/scripts/build/Install-Git.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
$downloadUrl = Resolve-GithubReleaseAssetUrl `
1010
-Repo "git-for-windows/git" `
11-
-Version "latest" `
11+
-Version "2.47.1" `
1212
-UrlMatchPattern "Git-*-64-bit.exe"
1313

1414
$externalHash = Get-ChecksumFromGithubRelease `
1515
-Repo "git-for-windows/git" `
16-
-Version "latest" `
16+
-Version "2.47.1" `
1717
-FileName (Split-Path $downloadUrl -Leaf) `
1818
-HashType "SHA256"
1919

0 commit comments

Comments
 (0)