Skip to content

Commit

Permalink
Add support for Tiny stack
Browse files Browse the repository at this point in the history
The `io.paketo.stacks.tiny` [supports](https://github.com/paketo-buildpacks/base-stack-release/blob/main/build-receipt) Git, which should be all that's necessary for this buildpack.
  • Loading branch information
dfreilich authored Aug 11, 2021
1 parent 009998c commit a9288f2
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 @@ -17,5 +17,8 @@ api = "0.2"
[[stacks]]
id = "io.buildpacks.stacks.bionic"

[[stacks]]
id = "io.paketo.stacks.tiny"

[[stacks]]
id = "org.cloudfoundry.stacks.cflinuxfs3"

0 comments on commit a9288f2

Please sign in to comment.