Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion rootfs/builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fi
## Buildpack detection

# shellcheck disable=SC2206
buildpacks=(${buildpack_root/*})
buildpacks=(${buildpack_root}/*)
selected_buildpack=

if [[ -n "$BUILDPACK_URL" ]]; then
Expand Down
18 changes: 9 additions & 9 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 v85 02-clojure
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v140 03-go
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v31 04-gradle
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v86 02-clojure
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v149 03-go
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v33 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 v66 06-java
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v176 07-nodejs
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v181 08-php
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v68 06-java
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v181 07-nodejs
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v187 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 v181 10-python
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v218 11-ruby
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v87 12-scala
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v187 10-python
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v222 11-ruby
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v88 12-scala