Files
spring-boot/ci/images/get-docker-url.sh
dreis2211 4752d7e91a Automate Docker updates in CI
See gh-20530
2020-03-31 10:39:34 -07:00

6 lines
121 B
Bash
Executable File

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