Files
spring-boot/ci/images/get-docker-url.sh
Spring Buildmaster 1566259c02 Upgrade to Docker 19.03.8 in CI
See gh-20756
2020-04-01 18:38:21 -07:00

6 lines
121 B
Bash
Executable File

#!/bin/bash
set -e
version="19.03.8"
echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";