From 75b938d0f60e36d04f670cf24ab284582a9f3b51 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Thu, 27 Oct 2022 16:41:44 +0200 Subject: [PATCH] Update docker version to 20.10.21 Closes gh-32893 --- 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 cff2b1749e..3fbb974c0e 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.20" +version="20.10.21" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";