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 Oct 24, 2024
1 parent 4e45015 commit 973f826
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/php-dist"
version = "2.3.18"
version = "2.3.19"

[[order.group]]
id = "paketo-buildpacks/composer"
Expand All @@ -40,7 +40,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/httpd"
version = "0.7.31"
version = "0.7.32"

[[order.group]]
id = "paketo-buildpacks/php-fpm"
Expand Down Expand Up @@ -93,7 +93,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/php-dist"
version = "2.3.18"
version = "2.3.19"

[[order.group]]
id = "paketo-buildpacks/composer"
Expand All @@ -107,7 +107,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/nginx"
version = "0.17.10"
version = "0.17.11"

[[order.group]]
id = "paketo-buildpacks/php-fpm"
Expand Down Expand Up @@ -150,7 +150,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/php-dist"
version = "2.3.18"
version = "2.3.19"

[[order.group]]
id = "paketo-buildpacks/composer"
Expand Down
6 changes: 3 additions & 3 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
uri = "build/buildpack.tgz"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/httpd@0.7.31"
uri = "urn:cnb:registry:paketo-buildpacks/httpd@0.7.32"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/nginx@0.17.10"
uri = "urn:cnb:registry:paketo-buildpacks/nginx@0.17.11"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/composer@0.7.14"
Expand All @@ -15,7 +15,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/composer-install@0.3.28"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/php-dist@2.3.18"
uri = "urn:cnb:registry:paketo-buildpacks/php-dist@2.3.19"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/php-httpd@0.3.40"
Expand Down

0 comments on commit 973f826

Please sign in to comment.