We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79dad6 commit 3639776Copy full SHA for 3639776
ci/images/setup.sh
@@ -29,7 +29,7 @@ test -f /opt/openjdk/bin/javac
29
###########################################################
30
31
cd /
32
-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
33
mv /docker/* /bin/
34
chmod +x /bin/docker*
35
0 commit comments