Skip to content

Commit d37efb6

Browse files
committed
Auto merge of #2657 - jtgeibel:update-emberjs-buildpack, r=jtgeibel
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@34f4175. I'm trying a staging deploy of this now, and will merge once that succeeds. r? @ghost [reported]: heroku/heroku-buildpack-emberjs#61
2 parents 8010898 + d83f0e1 commit d37efb6

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)