Skip to content

Commit

Permalink
Merge pull request #826 from buildkite/bump-docker
Browse files Browse the repository at this point in the history
bump docker from 19.03.x to 20.10.x
  • Loading branch information
yob authored Apr 15, 2021
2 parents 72d55b9 + b50860c commit b0f37b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer/linux/scripts/install-docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eu -o pipefail

DOCKER_VERSION=19.03.13
DOCKER_VERSION=20.10.6
DOCKER_RELEASE="stable"
DOCKER_COMPOSE_VERSION=1.27.4
MACHINE=$(uname -m)
Expand Down
2 changes: 1 addition & 1 deletion packer/windows/scripts/install-docker.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stop script execution when a non-terminating error occurs
$ErrorActionPreference = "Stop"

$docker_version="19.03.12"
$docker_version="20.10.0"

Write-Output "Upgrading DockerMsftProvider module"
Update-Module -Name DockerMsftProvider -Force
Expand Down

0 comments on commit b0f37b5

Please sign in to comment.