From 20f0b41099d080cda1606a0e8629bd1ac11a075b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 5 Jun 2020 12:48:15 +0100 Subject: [PATCH] Upgrade CI to Docker 19.03.9 Closes gh-21681 --- ci/images/get-docker-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-docker-url.sh b/ci/images/get-docker-url.sh index 91e779e0154..b2d90bdc6d7 100755 --- a/ci/images/get-docker-url.sh +++ b/ci/images/get-docker-url.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e -version="19.03.9" +version="19.03.11" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";