Skip to content

Commit eb95a5e

Browse files
author
Lachlan Donald
authored
Merge pull request #634 from PaulLiang1/bump-docker-version-to-19.03.2
bump docker version to 19.03.2
2 parents 6e6a3f9 + 09e057b commit eb95a5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ 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 19.03.1](https://www.docker.com)
112+
* [Docker 19.03.2](https://www.docker.com)
113113
* [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

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.1
4+
DOCKER_VERSION=19.03.2
55
DOCKER_RELEASE="stable"
66
DOCKER_COMPOSE_VERSION=1.24.1
77

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.1"
4+
$docker_version="19.03.2"
55

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

0 commit comments

Comments
 (0)