Skip to content

Commit 9b83d00

Browse files
authored
Merge pull request #5114 from mboersma/update-some-buildpacks
chore(buildpacks): update several buildpacks
2 parents 910a627 + fbc4ac6 commit 9b83d00

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

builder/rootfs/usr/local/src/slugbuilder/builder/install-buildpacks

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ download_buildpack() {
2929
mkdir -p $BUILDPACK_INSTALL_PATH
3030

3131
download_buildpack https://github.com/heroku/heroku-buildpack-multi.git v1.0.0
32-
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v146
33-
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v91
32+
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v150
33+
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v93
3434
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v44
3535
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v17
36-
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v20
36+
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v21
3737
download_buildpack https://github.com/heroku/heroku-buildpack-play.git v26
38-
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v81
39-
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v109
38+
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v97
39+
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v117
4040
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v75
4141
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v72
42-
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v46
42+
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v54

0 commit comments

Comments
 (0)