Skip to content

Commit

Permalink
Updating buildpacks in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Jun 16, 2022
1 parent 7251eb8 commit 33002b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/httpd"
version = "0.4.1"
version = "0.4.2"

[[order.group]]
id = "paketo-buildpacks/environment-variables"
Expand Down Expand Up @@ -160,7 +160,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/httpd"
version = "0.4.1"
version = "0.4.2"

[[order.group]]
id = "paketo-buildpacks/environment-variables"
Expand Down Expand Up @@ -217,7 +217,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/httpd"
version = "0.4.1"
version = "0.4.2"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].1"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].2"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
Expand Down

0 comments on commit 33002b5

Please sign in to comment.