Upgrade CI to Docker 23.0.4

Closes gh-35070
This commit is contained in:
Stephane Nicoll 2023-04-20 14:29:13 +02:00
parent bed40c6ee9
commit 6e15177650

View File

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