Upgrade CI to Docker 25.0.4

Closes gh-39937
This commit is contained in:
Scott Frederick 2024-03-13 15:13:49 -05:00
parent 781b14cffd
commit db3d282409

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -e
version="25.0.3"
version="25.0.4"
echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";