Files
spring-boot/ci/images/get-docker-url.sh
Andy Wilkinson 3667813af9 Upgrade CI images to Docker 24.0.5
Closes gh-36595
2023-07-31 09:31:46 +01:00

6 lines
120 B
Bash
Executable File

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