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 Dec 20, 2024
1 parent eddc40e commit 5632e37
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,12 +9,12 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P
version = "0.4.1"

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

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

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/procfile:5.10.2"
Expand Down Expand Up @@ -46,13 +46,13 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P

[[order.group]]
id = "paketo-buildpacks/java"
version = "17.3.0"
version = "17.4.0"

[[order]]

[[order.group]]
id = "paketo-buildpacks/nodejs"
version = "7.0.0"
version = "7.1.0"

[[order]]

Expand Down

0 comments on commit 5632e37

Please sign in to comment.