From 3639776ec2d1f5443219ff125cc20b6f9e3c53da Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 3 Sep 2019 15:35:46 -0700 Subject: [PATCH] Upgrade CI to docker 19.03.2 Closes gh-18111 --- ci/images/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/setup.sh b/ci/images/setup.sh index 768a69f01bd..d888d964fd7 100755 --- a/ci/images/setup.sh +++ b/ci/images/setup.sh @@ -29,7 +29,7 @@ test -f /opt/openjdk/bin/javac ########################################################### cd / -curl -L https://download.docker.com/linux/static/stable/x86_64/docker-18.06.1-ce.tgz | tar zx +curl -L https://download.docker.com/linux/static/stable/x86_64/docker-19.03.2.tgz | tar zx mv /docker/* /bin/ chmod +x /bin/docker*