Files
spring-boot/ci/images/get-docker-url.sh
Madhura Bhave bce48ea745 Upgrade CI to Docker 19.03.9
Closes gh-21525
2020-05-20 15:29:02 -07:00

6 lines
121 B
Bash
Executable File

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