Skip to content

Commit 466852b

Browse files
authored
Merge pull request #136 from mboersma/update-buildpacks
chore(buildpacks): update several buildpacks
2 parents a69d116 + 32de3c1 commit 466852b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rootfs/builder/install-buildpacks

+4-4
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 v76 02-clojure
33-
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v62 03-go
33+
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v64 03-go
3434
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v21 04-gradle
3535
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v21 05-grails
3636
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v51 06-java
37-
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v98 07-nodejs
38-
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v120 08-php
37+
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v101 07-nodejs
38+
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v121 08-php
3939
download_buildpack https://github.com/heroku/heroku-buildpack-play.git v26 09-play
4040
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v102 10-python
41-
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v155 11-ruby
41+
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v159 11-ruby
4242
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v76 12-scala

0 commit comments

Comments
 (0)