From 335a71832a4925c575eb507accfeafcdb6fe1b58 Mon Sep 17 00:00:00 2001 From: nikitamendelbaum Date: Wed, 23 May 2018 17:53:34 -0400 Subject: [PATCH] latest release link change --- VERSION | 2 +- strato.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8f9174b..abae0d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.2 \ No newline at end of file +2.1.3 \ No newline at end of file diff --git a/strato.sh b/strato.sh index 4e77a42..acd74c4 100755 --- a/strato.sh +++ b/strato.sh @@ -28,7 +28,7 @@ function stop { function getCompose { echo "Downloading the latest stable version of docker-compose.yml" - curl -s -L https://github.com/blockapps/strato-getting-started/releases/latest | egrep -o '/blockapps/strato-getting-started/releases/download/build-[0-9]*/docker-compose.yml' | wget --base=http://github.com/ -i - -O docker-compose.yml + curl -s -L https://github.com/blockapps/strato-getting-started/releases/latest | egrep -o '/blockapps/strato-getting-started/releases/download/.*/docker-compose.yml' | wget --base=http://github.com/ -i - -O docker-compose.yml } function pullImages {