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 22, 2024
1 parent 4124c1a commit 7892547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2.5"
version = "0.2.5"
uri = "docker://gcr.io/paketo-buildpacks/quarkus:0.3.0"
version = "0.3.0"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/java:14.0.0"
Expand Down Expand Up @@ -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.2.5"
version = "0.3.0"

[[order.group]]
id = "paketo-buildpacks/java"
Expand Down

0 comments on commit 7892547

Please sign in to comment.