Skip to content

Commit

Permalink
Downgrade docker version for windows to 20.10.7
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
eleanorakh committed Oct 28, 2021
1 parent 8bec15b commit 76d7a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/windows/scripts/install-docker.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stop script execution when a non-terminating error occurs
$ErrorActionPreference = "Stop"

$docker_version="20.10.9"
$docker_version="20.10.7"
$docker_compose_version="1.29.2"

Write-Output "Upgrading DockerMsftProvider module"
Expand Down

0 comments on commit 76d7a61

Please sign in to comment.