Skip to content

Commit

Permalink
Merge pull request #125 from mboersma/update-buildpacks
Browse files Browse the repository at this point in the history
chore(buildpacks): update go, gradle, php and ruby buildpacks
  • Loading branch information
mboersma authored Dec 8, 2016
2 parents e960a55 + 51514b1 commit 2e03d3f
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 2e03d3f

Please sign in to comment.