Upgrade CI to Docker 19.03.14

Closes gh-24459
This commit is contained in:
Stephane Nicoll 2020-12-11 08:22:55 +01:00
parent 1f8a6ddaaf
commit 37e601f128

View File

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