From 84538e1c1d481dfc08341fab12bf4429b2956e9f Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 23 Jul 2015 13:33:11 -0400 Subject: [PATCH] Update PREBUILT_STACK_URL to latest buildstep release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c69d5bda4..715ff4a4b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DOKKU_VERSION = master SSHCOMMAND_URL ?= https://raw.github.com/progrium/sshcommand/master/sshcommand PLUGINHOOK_URL ?= https://s3.amazonaws.com/progrium-pluginhook/pluginhook_0.1.0_amd64.deb STACK_URL ?= https://github.com/progrium/buildstep.git -PREBUILT_STACK_URL ?= https://github.com/progrium/buildstep/releases/download/2014-12-16/2014-12-16_42bd9f4aab.tar.gz +PREBUILT_STACK_URL ?= https://github.com/progrium/buildstep/releases/download/2015-07-14/2015-07-14_1afb78e747.tar.gz PLUGINS_PATH ?= /var/lib/dokku/plugins # If the first argument is "vagrant-dokku"...