Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(buildpacks): update go, gradle, php and ruby buildpacks #125

Merged
merged 4 commits into from
Dec 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions rootfs/builder/install-buildpacks
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ download_buildpack() {
mkdir -p $BUILDPACK_INSTALL_PATH

download_buildpack https://github.com/heroku/heroku-buildpack-multi.git v1.0.0
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v148
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v149
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v91
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v48
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v18
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v19
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v21
download_buildpack https://github.com/heroku/heroku-buildpack-play.git v26
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v85
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v115
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v116
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v75
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v72
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v52
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v54