Files
spring-graphql/ci/images/get-docker-url.sh
2024-01-26 10:05:06 +01:00

5 lines
119 B
Bash
Executable File

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