Files
spring-boot/ci/images/get-docker-url.sh
Stephane Nicoll 1c55673405 Upgrade CI to Docker 24.0.4
Closes gh-36390
2023-07-13 16:18:38 +02:00

6 lines
120 B
Bash
Executable File

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