Upgrade to Docker 19.03.8 in CI

See gh-20756
This commit is contained in:
Spring Buildmaster 2020-04-01 20:01:29 +00:00 committed by Madhura Bhave
parent 5901b3fcd0
commit 1566259c02
1 changed files with 1 additions and 1 deletions

View File

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