Files
spring-boot/ci/images/get-docker-url.sh
Scott Frederick 1b32baaadc Upgrade CI to Docker 24.0.7
Closes gh-38169
2023-11-01 17:10:17 -05:00

6 lines
120 B
Bash
Executable File

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