Skip to content

Commit 0ec588b

Browse files
committed
chore(buildpacks): update all buildpacks to latest
- updating all buildpacks to latest versions Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent bca0684 commit 0ec588b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

rootfs/builder/install-buildpacks

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ download_buildpack() {
2828

2929
mkdir -p $BUILDPACK_INSTALL_PATH
3030

31-
download_buildpack https://github.com/heroku/heroku-buildpack-multi.git v1.0.0 01-multi
32-
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v86 02-clojure
33-
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v149 03-go
34-
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v33 04-gradle
31+
download_buildpack https://github.com/heroku/heroku-buildpack-multi.git v1.0.1 01-multi
32+
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v87 02-clojure
33+
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v153 03-go
34+
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v35 04-gradle
3535
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v21 05-grails
36-
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v68 06-java
37-
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v181 07-nodejs
38-
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v187 08-php
36+
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v69 06-java
37+
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v183 07-nodejs
38+
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v191 08-php
3939
download_buildpack https://github.com/heroku/heroku-buildpack-play.git v26 09-play
40-
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v187 10-python
41-
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v222 11-ruby
42-
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v88 12-scala
40+
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v193 10-python
41+
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v226 11-ruby
42+
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v90 12-scala

0 commit comments

Comments
 (0)