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 Nov 29, 2024
1 parent fbe66a8 commit 152d956
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
@@ -1,8 +1,8 @@
description = "Tiny base image (Ubuntu Jammy Jellyfish build image, distroless-like run image) with buildpacks for Java, Java Native Image and Go"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/go:4.12.4"
version = "4.12.4"
uri = "docker://gcr.io/paketo-buildpacks/go:4.12.5"
version = "4.12.5"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/java-native-image:11.2.0"
Expand Down Expand Up @@ -35,7 +35,7 @@ description = "Tiny base image (Ubuntu Jammy Jellyfish build image, distroless-l

[[order.group]]
id = "paketo-buildpacks/go"
version = "4.12.4"
version = "4.12.5"

[[order]]

Expand Down

0 comments on commit 152d956

Please sign in to comment.