Skip to content

Commit

Permalink
Updating builder.toml (#64)
Browse files Browse the repository at this point in the history
* Update builder.toml

* roll back java buildpacks

Co-authored-by: Frankie Gallina-Jones <[email protected]>
  • Loading branch information
paketo-bot and Frankie Gallina-Jones authored Oct 11, 2022
1 parent 997b4ab commit e76323f
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 = "Ubuntu 22.04 Jammy Jellyfish full image with buildpacks for Java, Go, Python, and Procfile"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/dotnet-core:0.23.4"
version = "0.23.4"
uri = "docker://gcr.io/paketo-buildpacks/dotnet-core:0.23.5"
version = "0.23.5"

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/go:3.0.2"
Expand Down Expand Up @@ -35,7 +35,7 @@ description = "Ubuntu 22.04 Jammy Jellyfish full image with buildpacks for Java,

[[order.group]]
id = "paketo-buildpacks/dotnet-core"
version = "0.23.4"
version = "0.23.5"

[[order]]

Expand Down

0 comments on commit e76323f

Please sign in to comment.