Heroku-18 stack is now available in beta

Change effective on 03 May 2018

Heroku-18, our stack based on Ubuntu 18.04 Long Term Support, is now in beta.

If your organization uses review apps, we recommend testing Heroku-18 by defining your stack in app.json:

{
   "stack": "heroku-18"
}

You can then upgrade your app by running:

$ heroku stack:set heroku-18

Learn more about the Heroku-18 stack, as well as how to test it with your app.