Files
spring-boot/ci/images/get-docker-url.sh
Scott Frederick f89f07764b Upgrade CI to Docker 26.1.0
Closes gh-40505
2024-04-24 15:14:08 -05:00

6 lines
120 B
Bash
Executable File

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