Upgrade CI to docker 19.03.2

Closes gh-18111
This commit is contained in:
Phillip Webb 2019-09-03 15:35:46 -07:00
parent f79dad6082
commit 3639776ec2
1 changed files with 1 additions and 1 deletions

View File

@ -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*