mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
15041cfbd4
Closes gh-30485
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
version="20.10.14"
|
|
echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";
|