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 May 24, 2024
1 parent fb24d2e commit 3e47516
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 @@ -5,8 +5,8 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P
version = "0.1.1"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/quarkus:0.3.0"
version = "0.3.0"
uri = "docker://gcr.io/paketo-buildpacks/quarkus:0.4.0"
version = "0.4.0"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/java:14.0.0"
Expand All @@ -17,8 +17,8 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P
version = "2.2.0"

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

[[extensions]]
id = "paketo-community/ubi-java-extension"
Expand All @@ -42,7 +42,7 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P
[[order.group]]
id = "paketo-buildpacks/quarkus"
optional = true
version = "0.3.0"
version = "0.4.0"

[[order.group]]
id = "paketo-buildpacks/java"
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.8.0"
version = "5.9.0"

[[order-extensions]]

Expand Down

0 comments on commit 3e47516

Please sign in to comment.