Skip to content

Commit 6b8a6e6

Browse files
author
Daniel Mikusa
authored
Merge pull request #18 from paketo-buildpacks/wildcard
Remove cflinuxfs3 stack and add wildcard stack
2 parents 7b02ab0 + 8650996 commit 6b8a6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildpack.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ api = "0.6"
6363
id = "clojure"
6464
name = "Clojure"
6565
sha256 = "f2a271d6892fb04f7377148f6770185486ca194245721ab34a62ae03e8d1149f"
66-
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "org.cloudfoundry.stacks.cflinuxfs3"]
66+
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
6767
uri = "https://download.clojure.org/install/linux-install-1.10.3.986.sh"
6868
version = "1.10.3"
6969

@@ -78,4 +78,4 @@ api = "0.6"
7878
id = "io.paketo.stacks.tiny"
7979

8080
[[stacks]]
81-
id = "org.cloudfoundry.stacks.cflinuxfs3"
81+
id = "*"

0 commit comments

Comments
 (0)