Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Update buildpack.toml (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankie G-J authored Jul 13, 2022
1 parent fa58965 commit 63e7d5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ api = "0.8"
sha256 = "79b3ab9e67bf51bae787faaa5c78782752d0e39ea7b0d99e485a181b63a49559"
source = "https://github.com/golang/dep/archive/v0.5.4.tar.gz"
source_sha256 = "929c8f759838f98323211ba408a831ea80d93b75beda8584b6d950f393a3298a"
stacks = ["org.cloudfoundry.stacks.cflinuxfs3", "io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "io.buildpacks.stacks.jammy.tiny"]
stacks = ["org.cloudfoundry.stacks.cflinuxfs3", "io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "io.buildpacks.stacks.jammy", "io.buildpacks.stacks.jammy.tiny"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/dep/dep-v0.5.4-linux-x64-cflinuxfs3-79b3ab9e.tgz"
version = "0.5.4"

Expand All @@ -35,5 +35,8 @@ api = "0.8"
[[stacks]]
id = "io.paketo.stacks.tiny"

[[stacks]]
id = "io.buildpacks.stacks.jammy"

[[stacks]]
id = "io.buildpacks.stacks.jammy.tiny"

0 comments on commit 63e7d5c

Please sign in to comment.