Skip to content

Commit a7d9192

Browse files
author
Arjun Sreedharan
authored
Rack cnb also supports the bionic stack (#5)
Signed-off-by: Arjun Sreedharan <asreedharan@vmware.com>
1 parent e5b597c commit a7d9192

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

buildpack.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ api = "0.2"
44
id = "paketo-community/rackup"
55
name = "Rackup Buildpack"
66

7-
[[stacks]]
8-
id = "org.cloudfoundry.stacks.cflinuxfs3"
9-
107
[metadata]
118
include_files = ["bin/run", "bin/build","bin/detect","buildpack.toml"]
129
pre_package = "./scripts/build.sh"
10+
11+
[[stacks]]
12+
id = "io.buildpacks.stacks.bionic"
13+
14+
[[stacks]]
15+
id = "org.cloudfoundry.stacks.cflinuxfs3"

0 commit comments

Comments
 (0)