Skip to content

Commit 76d7a61

Browse files
committed
Downgrade docker version for windows to 20.10.7
The windows build failed on version 20.10.9, as that version isn't available to windows. 20.10.7 is the most recent availble version: [souce](https://dockermsft.azureedge.net/dockercontainer/DockerMsftIndex.json)
1 parent 8bec15b commit 76d7a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/windows/scripts/install-docker.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stop script execution when a non-terminating error occurs
22
$ErrorActionPreference = "Stop"
33

4-
$docker_version="20.10.9"
4+
$docker_version="20.10.7"
55
$docker_compose_version="1.29.2"
66

77
Write-Output "Upgrading DockerMsftProvider module"

0 commit comments

Comments
 (0)