We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef63934 commit 6ef590cCopy full SHA for 6ef590c
rootfs/builder/install-buildpacks
@@ -29,7 +29,7 @@ download_buildpack() {
29
mkdir -p $BUILDPACK_INSTALL_PATH
30
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 v76 02-clojure
+download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v77 02-clojure
33
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v70 03-go
34
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v22 04-gradle
35
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v21 05-grails
0 commit comments