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 {