Skip to content

Commit

Permalink
Auto merge of #2657 - jtgeibel:update-emberjs-buildpack, r=jtgeibel
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Jul 26, 2020
2 parents 8010898 + d83f0e1 commit d37efb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildpacks
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://github.com/emk/heroku-buildpack-rust#578d630
https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
https://jtgeibel.com/emberjs.tgz
https://github.com/heroku/heroku-buildpack-nginx.git#fbc49cd
https://github.com/sgrif/heroku-buildpack-diesel#f605edd

0 comments on commit d37efb6

Please sign in to comment.