From bb6dfc10abf8f2e45ba749406d2aef75938db312 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 09:06:01 +0000 Subject: [PATCH] Upgrade CI images to Docker 23.0.0 Closes gh-34128 --- 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 93cbd735004..b514c440348 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.23" +version="23.0.0" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";