Upgrade CI to Docker 19.03.5

See gh-20157
This commit is contained in:
dreis2211 2020-02-13 10:16:58 +01:00 committed by Stephane Nicoll
parent 97ac6c9de7
commit e1f743a21b

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*