Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Support io.buildpacks.stacks.bionic stack
Browse files Browse the repository at this point in the history
[This RFC](buildpacks/rfcs#40) is working it's way through and it seems useful to be able to use Heroku buildpacks on `cloudfoundry/cnb:bionic`. This also aligns with how riff is compatible with [multiple stacks](https://github.com/projectriff/node-function-buildpack/blob/master/buildpack.toml#L22).
  • Loading branch information
jabrown85 authored Jan 14, 2020
1 parent 4a411c9 commit e13a4d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ name = "NPM Buildpack"

[[stacks]]
id = "heroku-18"

[[stacks]]
id = "io.buildpacks.stacks.bionic"

0 comments on commit e13a4d4

Please sign in to comment.