diff --git a/ci/images/setup.sh b/ci/images/setup.sh index 768a69f01bd..d888d964fd7 100755 --- a/ci/images/setup.sh +++ b/ci/images/setup.sh @@ -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*