Skip to content

Commit 9265cb5

Browse files
authored
chore(buildpacks): update all buildpacks to latest versions (#12)
1 parent 2f0976d commit 9265cb5

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
@@ -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 01-multi
32-
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v82 02-clojure
33-
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v94 03-go
34-
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v27 04-gradle
35-
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v21 05-grails
36-
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v62 06-java
37-
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v130 07-nodejs
38-
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v145 08-php
32+
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v83 02-clojure
33+
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v104 03-go
34+
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v29 04-gradle
35+
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v21 05-grails
36+
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v63 06-java
37+
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v143 07-nodejs
38+
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v153 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 v144 10-python
41-
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v195 11-ruby
42-
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v82 12-scala
40+
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v151 10-python
41+
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v200 11-ruby
42+
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v85 12-scala

0 commit comments

Comments
 (0)