Files
spring-boot/ci/images/get-docker-url.sh
Stephane Nicoll 9911bc4420 Upgrade CI to Docker 19.03.14
Closes gh-24466
2020-12-11 09:02:03 +01:00

6 lines
122 B
Bash
Executable File

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