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 72d55b9 + b50860c commit b0f37b5Copy full SHA for b0f37b5
packer/linux/scripts/install-docker.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -eu -o pipefail
3
4
-DOCKER_VERSION=19.03.13
+DOCKER_VERSION=20.10.6
5
DOCKER_RELEASE="stable"
6
DOCKER_COMPOSE_VERSION=1.27.4
7
MACHINE=$(uname -m)
packer/windows/scripts/install-docker.ps1
# Stop script execution when a non-terminating error occurs
$ErrorActionPreference = "Stop"
-$docker_version="19.03.12"
+$docker_version="20.10.0"
Write-Output "Upgrading DockerMsftProvider module"
Update-Module -Name DockerMsftProvider -Force
0 commit comments