Skip to content

Commit

Permalink
Merge pull request #8 from railwayapp/automation/builder-toml
Browse files Browse the repository at this point in the history
Updating builder.toml
  • Loading branch information
coffee-cup authored Sep 3, 2021
2 parents ccb0279 + 6fb703a commit c1f2f47
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 = "Railway builder based off the Paketo full builder. Support for NodeJS, Go, DotNet, HTTPD, Java, Nginx, PHP, Ruby, Python"

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

[[buildpacks]]
uri = "docker://gcr.io/paketo-buildpacks/go:0.10.0"
Expand Down Expand Up @@ -63,7 +63,7 @@ description = "Railway builder based off the Paketo full builder. Support for No

[[order.group]]
id = "paketo-buildpacks/dotnet-core"
version = "0.5.3"
version = "0.6.0"

[[order]]

Expand Down

0 comments on commit c1f2f47

Please sign in to comment.