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 Jun 6, 2023
1 parent 1d4e450 commit 96785fd
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.0"
version = "0.37.0"
uri = "docker://gcr.io/paketo-buildpacks/dotnet-core:0.37.1"
version = "0.37.1"

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

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/java-native-image:8.7.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.0"
version = "0.37.1"

[[order]]

[[order.group]]
id = "paketo-buildpacks/go"
version = "4.3.6"
version = "4.4.0"

[[order]]

Expand Down

0 comments on commit 96785fd

Please sign in to comment.