Skip to content

Commit 3e6ad35

Browse files
committed
Update docker
Linux: 20.10.9 -> 20.10.14 Windows: 20.10.7 -> 20.10.9
1 parent a2f5c78 commit 3e6ad35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packer/linux/scripts/install-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -eu -o pipefail
33

4-
DOCKER_VERSION=20.10.9
4+
DOCKER_VERSION=20.10.14
55
DOCKER_RELEASE="stable"
66
DOCKER_COMPOSE_VERSION=1.29.2
77
DOCKER_BUILDX_VERSION="0.7.1"

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.7"
4+
$docker_version="20.10.9"
55
$docker_compose_version="1.29.2"
66

77
Write-Output "Upgrading DockerMsftProvider module"

0 commit comments

Comments
 (0)