Files
spring-graphql/ci/images/get-docker-url.sh
Brian Clozel b21e91fe32 Upgrade CI infrastructure
This commit upgrades versions for our CI infrastructure:

* Ubuntu OS
* Docker
* JDK 17
2023-04-24 23:23:19 +02:00

5 lines
119 B
Bash
Executable File

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