We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f62326d + 4e341ad commit b30aee2Copy full SHA for b30aee2
packer/windows/scripts/install-utils.ps1
@@ -12,7 +12,7 @@ choco install -y awscli --version=1.18.11
12
If ($lastexitcode -ne 0) { Exit $lastexitcode }
13
14
Write-Output "Installing Git for Windows"
15
-choco install -y git --version 2.22.0
+choco install -y git --version 2.31.0
16
17
18
Write-Output "Installing nssm"
0 commit comments