Skip to content

Commit

Permalink
Merge pull request #13 from amp-buildpacks/feat/issue-11
Browse files Browse the repository at this point in the history
issue(#11): Add PlanEntryResolver handle
  • Loading branch information
lispking authored Jan 22, 2024
2 parents 3ab8817 + b598e95 commit 51f300c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ description = "A Cloud Native Buildpacks (CNB) builder with Paketo stacks (Jammy

[[buildpacks]]
id = "amp-buildpacks/leo-dist"
uri = "docker://ghcr.io/amp-buildpacks/leo-dist:0.1.4"
uri = "docker://ghcr.io/amp-buildpacks/leo-dist:0.1.6"

[[buildpacks]]
id = "amp-buildpacks/aleo"
uri = "docker://ghcr.io/amp-buildpacks/aleo:0.1.5"
uri = "docker://ghcr.io/amp-buildpacks/aleo:0.1.8"

[[buildpacks]]
id = "paketo-buildpacks/procfile"
Expand All @@ -41,11 +41,11 @@ description = "A Cloud Native Buildpacks (CNB) builder with Paketo stacks (Jammy

[[order.group]]
id = "amp-buildpacks/leo-dist"
version = "0.1.4"
version = "0.1.6"

[[order.group]]
id = "amp-buildpacks/aleo"
version = "0.1.5"
version = "0.1.8"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down

0 comments on commit 51f300c

Please sign in to comment.