From 251813902169aba6a46a7bdf3b2a6511b1039726 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 8 Feb 2023 11:03:36 +0000 Subject: [PATCH] Upgrade CI images to Docker 20.10.23 Closes gh-33981 --- 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 d253b78719f..93cbd735004 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.22" +version="20.10.23" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";