Upgrade CI to Docker 23.0.4

Closes gh-35075
This commit is contained in:
Stephane Nicoll 2023-04-20 14:22:04 +02:00
parent 253cbad49d
commit 573aec7d3a
1 changed files with 1 additions and 1 deletions

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