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 9596a11 commit 8bec15bCopy full SHA for 8bec15b
packer/linux/scripts/install-docker.sh
@@ -1,9 +1,9 @@
1
#!/bin/bash
2
set -eu -o pipefail
3
4
-DOCKER_VERSION=20.10.6
+DOCKER_VERSION=20.10.9
5
DOCKER_RELEASE="stable"
6
-DOCKER_COMPOSE_VERSION=1.28.6
+DOCKER_COMPOSE_VERSION=1.29.2
7
DOCKER_BUILDX_VERSION="0.5.1"
8
MACHINE=$(uname -m)
9
packer/windows/scripts/install-docker.ps1
@@ -1,8 +1,8 @@
# Stop script execution when a non-terminating error occurs
$ErrorActionPreference = "Stop"
-$docker_version="20.10.0"
-$docker_compose_version="1.28.5"
+$docker_version="20.10.9"
+$docker_compose_version="1.29.2"
Write-Output "Upgrading DockerMsftProvider module"
Update-Module -Name DockerMsftProvider -Force
0 commit comments