We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b02ab0 + 8650996 commit 6b8a6e6Copy full SHA for 6b8a6e6
buildpack.toml
@@ -63,7 +63,7 @@ api = "0.6"
63
id = "clojure"
64
name = "Clojure"
65
sha256 = "f2a271d6892fb04f7377148f6770185486ca194245721ab34a62ae03e8d1149f"
66
- stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "org.cloudfoundry.stacks.cflinuxfs3"]
+ stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
67
uri = "https://download.clojure.org/install/linux-install-1.10.3.986.sh"
68
version = "1.10.3"
69
@@ -78,4 +78,4 @@ api = "0.6"
78
id = "io.paketo.stacks.tiny"
79
80
[[stacks]]
81
- id = "org.cloudfoundry.stacks.cflinuxfs3"
+ id = "*"
0 commit comments