spring-boot/ci/images/get-docker-url.sh
Moritz Halbritter 9c60845b5f Upgrade CI to Docker 26.1.1
Closes gh-40596
2024-05-02 09:45:00 +02:00

6 lines
120 B
Bash
Executable File

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