Hacker News new | ask | show | jobs
by bacongobbler 4325 days ago
Yep. It was because slugbuilder didn't lock buildpacks to a known working version when you ran a `docker build`. It always pulled master, which may or may not work. We fixed that up, and we're in sync with Heroku's buildpack version that's running in prod now: https://github.com/deis/slugbuilder/blob/deis/builder/instal...
1 comments

Didn't notice the issue get closed. Thanks! I'll re-install Deis again :D