diff --git a/.travis.yml b/.travis.yml index 914581d8a..2d1546b6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ services: - docker install: - - wget https://github.com/kewegner/controller/releases/download/0.2.1/appsody-controller + - wget https://github.com/kewegner/controller/releases/download/0.2.5/appsody-controller - chmod +x appsody-controller - mkdir ~/.appsody - cp appsody-controller ~/.appsody/ diff --git a/Makefile b/Makefile index 5f3fa64fe..29f3afbfb 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ BINARY_EXT_darwin := BINARY_EXT_windows := .exe DOCKER_IMAGE_RPM := alectolytic/rpmbuilder DOCKER_IMAGE_DEB := chilantim/debian-builder -CONTROLLER_BASE_URL := https://github.com/${GH_ORG}/controller/releases/download/0.2.1 +CONTROLLER_BASE_URL := https://github.com/${GH_ORG}/controller/releases/download/0.2.5 #### Dynamic variables. These change depending on the target name. # Gets the current os from the target name, e.g. the 'build-linux' target will result in os = 'linux'