Merge pull request #20157 from dreis2211

* pr/20157:
  Upgrade CI to Docker 19.03.5

Closes gh-20157
This commit is contained in:
Stephane Nicoll 2020-02-13 10:25:01 +01:00
commit 41b054460b

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-19.03.2.tgz | tar zx
curl -L https://download.docker.com/linux/static/stable/x86_64/docker-19.03.5.tgz | tar zx
mv /docker/* /bin/
chmod +x /bin/docker*