Skip to content
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
20 changes: 10 additions & 10 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 01-multi
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v82 02-clojure
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v94 03-go
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v27 04-gradle
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v21 05-grails
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v62 06-java
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v130 07-nodejs
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v145 08-php
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v83 02-clojure
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v104 03-go
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v29 04-gradle
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v21 05-grails
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v63 06-java
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v143 07-nodejs
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v153 08-php
download_buildpack https://github.com/heroku/heroku-buildpack-play.git v26 09-play
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v144 10-python
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v195 11-ruby
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v82 12-scala
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v151 10-python
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v200 11-ruby
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v85 12-scala