From a2cb3c67c3c10d7bdde9af4216a52a9f06b63d29 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 21 Oct 2022 11:37:51 +0100 Subject: [PATCH] Upgrade CI images to Docker 20.10.20 Closes gh-32810 --- 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 1958da8220f..cff2b1749ef 100755 --- a/ci/images/get-docker-url.sh +++ b/ci/images/get-docker-url.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e -version="20.10.18" +version="20.10.20" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";