diff --git a/buildpack.toml b/buildpack.toml index 1dfa11a..8eb01d1 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -17,5 +17,14 @@ api = "0.2" [[stacks]] id = "io.buildpacks.stacks.bionic" +[[stacks]] + id = "io.paketo.stacks.tiny" + +[[stacks]] + id = "heroku-20" + +[[stacks]] + id = "google" + [[stacks]] id = "org.cloudfoundry.stacks.cflinuxfs3"