diff --git a/images/windows/scripts/build/Install-Git.ps1 b/images/windows/scripts/build/Install-Git.ps1 index 25d87d404..21648cef4 100644 --- a/images/windows/scripts/build/Install-Git.ps1 +++ b/images/windows/scripts/build/Install-Git.ps1 @@ -8,12 +8,12 @@ $downloadUrl = Resolve-GithubReleaseAssetUrl ` -Repo "git-for-windows/git" ` - -Version "2.47.1" ` + -Version "latest" ` -UrlMatchPattern "Git-*-64-bit.exe" $externalHash = Get-ChecksumFromGithubRelease ` -Repo "git-for-windows/git" ` - -Version "2.47.1" ` + -Version "latest" ` -FileName (Split-Path $downloadUrl -Leaf) ` -HashType "SHA256"