Upgrade CI to Docker 23.0.5

Closes gh-35177
This commit is contained in:
Scott Frederick 2023-04-27 17:03:56 -05:00
parent c72b77c08e
commit 79673e61e9

View File

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