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.
1 parent 8bec15b commit 76d7a61Copy full SHA for 76d7a61
packer/windows/scripts/install-docker.ps1
@@ -1,7 +1,7 @@
1
# Stop script execution when a non-terminating error occurs
2
$ErrorActionPreference = "Stop"
3
4
-$docker_version="20.10.9"
+$docker_version="20.10.7"
5
$docker_compose_version="1.29.2"
6
7
Write-Output "Upgrading DockerMsftProvider module"
0 commit comments