Skip to content

Commit 71e8478

Browse files
authored
Merge pull request #954 from buildkite/eleanorkh/update-docker-version
Upgrade docker and docker-compose for linux and windows
2 parents 9596a11 + 76d7a61 commit 71e8478

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packer/linux/scripts/install-docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
set -eu -o pipefail
33

4-
DOCKER_VERSION=20.10.6
4+
DOCKER_VERSION=20.10.9
55
DOCKER_RELEASE="stable"
6-
DOCKER_COMPOSE_VERSION=1.28.6
6+
DOCKER_COMPOSE_VERSION=1.29.2
77
DOCKER_BUILDX_VERSION="0.5.1"
88
MACHINE=$(uname -m)
99

packer/windows/scripts/install-docker.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Stop script execution when a non-terminating error occurs
22
$ErrorActionPreference = "Stop"
33

4-
$docker_version="20.10.0"
5-
$docker_compose_version="1.28.5"
4+
$docker_version="20.10.7"
5+
$docker_compose_version="1.29.2"
66

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

0 commit comments

Comments
 (0)