diff --git a/ci/images/get-docker-compose-url.sh b/ci/images/get-docker-compose-url.sh index 527ee9f..99b99b8 100755 --- a/ci/images/get-docker-compose-url.sh +++ b/ci/images/get-docker-compose-url.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e -VERSION="v2.20.2" +VERSION="2.20.2" echo "https://github.com/docker/compose/releases/download/v$VERSION/docker-compose-linux-$ARCH"