Skip to content

Commit

Permalink
Update builder.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Jul 27, 2024
1 parent 3e49eb2 commit 7d2d6cd
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 @@ -9,16 +9,16 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P
version = "0.4.0"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/java:15.1.0"
version = "15.1.0"
uri = "docker://gcr.io/paketo-buildpacks/java:15.2.0"
version = "15.2.0"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/nodejs:3.0.1"
version = "3.0.1"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/procfile:5.9.0"
version = "5.9.0"
uri = "docker://gcr.io/paketo-buildpacks/procfile:5.9.1"
version = "5.9.1"

[[extensions]]
id = "paketo-community/ubi-java-extension"
Expand Down Expand Up @@ -46,7 +46,7 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P

[[order.group]]
id = "paketo-buildpacks/java"
version = "15.1.0"
version = "15.2.0"

[[order]]

Expand All @@ -58,7 +58,7 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P

[[order.group]]
id = "paketo-buildpacks/procfile"
version = "5.9.0"
version = "5.9.1"

[[order-extensions]]

Expand Down

0 comments on commit 7d2d6cd

Please sign in to comment.