spring-boot/ci/images/get-docker-compose-url.sh
Andy Wilkinson 91c5d41094 Add docker compose to CI images
Closes gh-34738
2023-03-23 17:25:37 +00:00

6 lines
134 B
Bash
Executable File

#!/bin/bash
set -e
version="2.17.0"
echo "https://github.com/docker/compose/releases/download/v$version/docker-compose-linux-x86_64"