diff --git a/bin/deploy b/bin/deploy index 849b0d098..8afd6a63c 100755 --- a/bin/deploy +++ b/bin/deploy @@ -12,7 +12,7 @@ curl -X POST \ $SLACK_WEBHOOK # Pin ruby buildpack -export CF_BUILDPACK="https://github.com/cloudfoundry/ruby-buildpack.git#v1.10.11" +export CF_BUILDPACK="https://github.com/cloudfoundry/ruby-buildpack.git#v1.10.16" cf create-app-manifest "$CF_APP"-worker cf set-env "$CF_APP"-worker APP_REVISION $git_hash