Browse Source

Upgrade CI to Docker 20.10.15

Closes gh-30988
pull/32644/head
Andy Wilkinson 4 years ago
parent
commit
4d768edb81
  1. 2
      ci/images/get-docker-url.sh

2
ci/images/get-docker-url.sh

@ -1,5 +1,5 @@ @@ -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";

Loading…
Cancel
Save