Commit 3639776e authored by Phillip Webb's avatar Phillip Webb

Upgrade CI to docker 19.03.2

Closes gh-18111
parent f79dad60
...@@ -29,7 +29,7 @@ test -f /opt/openjdk/bin/javac ...@@ -29,7 +29,7 @@ test -f /opt/openjdk/bin/javac
########################################################### ###########################################################
cd / 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/ mv /docker/* /bin/
chmod +x /bin/docker* chmod +x /bin/docker*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment