From db03dc77439ed6267624a6a4f0937bf221fbf7e7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 1 Jun 2023 14:52:41 +0200 Subject: [PATCH] Upgrade CI to Docker 24.0.2 Closes gh-35687 --- 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 24fc364d229..6e6f0e836d7 100755 --- a/ci/images/get-docker-url.sh +++ b/ci/images/get-docker-url.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e -version="24.0.1" +version="24.0.2" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";