Skip to content

Commit d83f0e1

Browse files
committed
Bump to the latest emberjs buildpack
It appears that the buildpack we were grabbing from S3 is very stale. That version pins `heroku/nodejs-v98` which is also old (the current version is v174). This is causing deploys to fail and has already been [reported] upstream. This commit pins to a custom built version based on jtgeibel/heroku-buildpack-emberjs@get-things-building. [reported]: heroku/heroku-buildpack-emberjs#61
1 parent 8010898 commit d83f0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildpacks

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
https://github.com/emk/heroku-buildpack-rust#578d630
2-
https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
2+
https://jtgeibel.com/emberjs.tgz
33
https://github.com/heroku/heroku-buildpack-nginx.git#fbc49cd
44
https://github.com/sgrif/heroku-buildpack-diesel#f605edd

0 commit comments

Comments
 (0)