Upgrade Docker version in CI pipeline

This commit is contained in:
Brian Clozel
2023-07-17 16:20:17 +02:00
parent 4d89955eaa
commit e68e7fe455

View File

@@ -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";