Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Update builder.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Jul 11, 2023
1 parent 20a271e commit 2dec4da
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
@@ -1,12 +1,12 @@
description = "Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, PHP, Ruby, Apache HTTPD, NGINX and Procfile"

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

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

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/java-native-image:8.11.1"
Expand Down Expand Up @@ -53,13 +53,13 @@ description = "Ubuntu bionic base image with buildpacks for Java, .NET Core, Nod

[[order.group]]
id = "paketo-buildpacks/dotnet-core"
version = "0.37.3"
version = "0.38.0"

[[order]]

[[order.group]]
id = "paketo-buildpacks/go"
version = "4.4.1"
version = "4.4.2"

[[order]]

Expand Down

0 comments on commit 2dec4da

Please sign in to comment.