Skip to content

Commit 991a64e

Browse files
committed
Pin git-for-windows to v2.22.0
git-for-windows v2.23.0 has a bug preventing bash process substitution from working which breaks the docker-login plugin so we'll pin to v2.22.0 until a git-for-windows releases the fix. Signed-off-by: Jeremiah Snapp <[email protected]>
1 parent 97c944c commit 991a64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/windows/scripts/install-utils.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Write-Output "Installing awscli"
99
choco install -y awscli
1010

1111
Write-Output "Installing Git for Windows"
12-
choco install -y git
12+
choco install -y git --version 2.22.0
1313

1414
Write-Output "Installing nssm"
1515
choco install -y nssm

0 commit comments

Comments
 (0)