Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Update builder.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Jun 13, 2023
1 parent 373fa75 commit a474a85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ description = "Ubuntu bionic base image with buildpacks for Java, .NET Core, Nod
version = "1.6.2"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/php:2.8.1"
version = "2.8.1"
uri = "docker://gcr.io/paketo-buildpacks/php:2.8.2"
version = "2.8.2"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/procfile:5.6.3"
Expand All @@ -37,8 +37,8 @@ description = "Ubuntu bionic base image with buildpacks for Java, .NET Core, Nod
version = "0.37.0"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/web-servers:0.16.0"
version = "0.16.0"
uri = "docker://gcr.io/paketo-buildpacks/web-servers:0.16.1"
version = "0.16.1"

[lifecycle]
version = "0.16.4"
Expand Down Expand Up @@ -71,13 +71,13 @@ description = "Ubuntu bionic base image with buildpacks for Java, .NET Core, Nod

[[order.group]]
id = "paketo-buildpacks/php"
version = "2.8.1"
version = "2.8.2"

[[order]]

[[order.group]]
id = "paketo-buildpacks/web-servers"
version = "0.16.0"
version = "0.16.1"

[[order]]

Expand Down

0 comments on commit a474a85

Please sign in to comment.