Merge pull request #20756 from spring-buildmaster

* pr/20756:
  Upgrade to Docker 19.03.8 in CI

Closes gh-20756
This commit is contained in:
Madhura Bhave
2020-04-01 18:38:43 -07:00

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -e
version="19.03.7"
version="19.03.8"
echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";