Skip to content

Commit e2b99c2

Browse files
author
Lachlan Donald
authored
Merge pull request #606 from dreyks/bump-docker
bump docker version to 19.03.0
2 parents ac12e8d + 7734ca2 commit e2b99c2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ If you really want to store your secrets unencrypted, you can disable it entirel
109109

110110
* [Amazon Linux 2 LTS](https://aws.amazon.com/amazon-linux-2/)
111111
* [Buildkite Agent v3.13.2](https://buildkite.com/docs/agent)
112-
* [Docker 18.09.5](https://www.docker.com)
113-
* [Docker Compose 1.24.0](https://docs.docker.com/compose/)
112+
* [Docker 19.03.0](https://www.docker.com)
113+
* [Docker Compose 1.24.1](https://docs.docker.com/compose/)
114114
* [aws-cli](https://aws.amazon.com/cli/) - useful for performing any ops-related tasks
115115
* [jq](https://stedolan.github.io/jq/) - useful for manipulating JSON responses from cli tools such as aws-cli or the Buildkite API
116116

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=18.09.5
4+
DOCKER_VERSION=19.03.0
55
DOCKER_RELEASE="stable"
6-
DOCKER_COMPOSE_VERSION=1.24.0
6+
DOCKER_COMPOSE_VERSION=1.24.1
77

88
# This performs a manual install of Docker.
99

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="18.09.5"
4+
$docker_version="19.03.0"
55

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

0 commit comments

Comments
 (0)