Upgrade CI to Docker 20.10.22

Closes gh-33613
This commit is contained in:
Phillip Webb 2022-12-21 22:29:59 -08:00
parent 816728186a
commit 4610fe3e44
1 changed files with 1 additions and 1 deletions

View File

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