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 Sep 19, 2024
1 parent 5f04d37 commit f7c10e7
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.4.0"
version = "0.4.0"
uri = "docker://gcr.io/paketo-buildpacks/quarkus:0.4.1"
version = "0.4.1"

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

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

[[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.4.0"
version = "0.4.1"

[[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.9.2"
version = "5.9.3"

[[order-extensions]]

Expand Down

0 comments on commit f7c10e7

Please sign in to comment.