From e68e7fe455ef2cbea7637f926f835ac038657926 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 17 Jul 2023 16:20:17 +0200 Subject: [PATCH] Upgrade Docker version in CI pipeline --- 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 074f2e5c..dcf7c6a4 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.4" +version="24.0.4" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz"; \ No newline at end of file