Upgrade CI to Docker 20.10.15

Closes gh-30988
This commit is contained in:
Andy Wilkinson 2022-05-12 13:17:13 +01:00
parent 2173350927
commit 4d768edb81
1 changed files with 1 additions and 1 deletions

View File

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