Skip to content

Commit b0f37b5

Browse files
author
James Healy
authored
Merge pull request #826 from buildkite/bump-docker
bump docker from 19.03.x to 20.10.x
2 parents 72d55b9 + b50860c commit b0f37b5

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=19.03.13
4+
DOCKER_VERSION=20.10.6
55
DOCKER_RELEASE="stable"
66
DOCKER_COMPOSE_VERSION=1.27.4
77
MACHINE=$(uname -m)

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="19.03.12"
4+
$docker_version="20.10.0"
55

66
Write-Output "Upgrading DockerMsftProvider module"
77
Update-Module -Name DockerMsftProvider -Force

0 commit comments

Comments
 (0)