From 671e1a7c932a71f8cbf95a5556e7004549a72e65 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Apr 2023 14:32:34 +0200 Subject: [PATCH] Upgrade CI to Docker 23.0.4 Closes gh-35092 --- 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 1461fe814c..547adf2f50 100755 --- a/ci/images/get-docker-url.sh +++ b/ci/images/get-docker-url.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e -version="23.0.3" +version="23.0.4" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";