Skip to content

Commit 8c08192

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

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

rootfs/builder/install-buildpacks

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ mkdir -p $BUILDPACK_INSTALL_PATH
3030

3131
download_buildpack https://github.com/heroku/heroku-buildpack-multi.git v1.0.0 01-multi
3232
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v84 02-clojure
33-
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v131 03-go
33+
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v136 03-go
3434
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v31 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 v65 06-java
37-
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v164 07-nodejs
38-
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v163 08-php
36+
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v66 06-java
37+
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v167 07-nodejs
38+
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v169 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 v158 10-python
41-
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v206 11-ruby
42-
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v86 12-scala
40+
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v163 10-python
41+
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v207 11-ruby
42+
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v87 12-scala

0 commit comments

Comments
 (0)