Skip to content

Commit a4cd027

Browse files
authored
Merge pull request #1011 from buildkite/update-docker
Update docker
2 parents d23980f + 3e6ad35 commit a4cd027

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.8.2"

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)