Files
spring-lifecycle-smoke-tests/images/get-docker-compose-url.sh
Sébastien Deleuze 2f7c21ad21 Fix dev container
Revert some of the changes done as part of
12196656d4 and refine the scripts.
2024-12-30 15:00:31 +01:00

6 lines
133 B
Bash
Executable File

#!/bin/bash
set -e
VERSION="2.20.2"
echo "https://github.com/docker/compose/releases/download/v$VERSION/docker-compose-linux-$ARCH"