Skip to content

Commit

Permalink
Update heroku/buildpacks-dotnet to v0.1.6 (#602)
Browse files Browse the repository at this point in the history
## heroku/dotnet

### Added

- Support for .NET SDK versions: 8.0.111 (linux-amd64), 8.0.111 (linux-arm64), 8.0.307 (linux-amd64), 8.0.307 (linux-arm64), 8.0.404 (linux-amd64), 8.0.404 (linux-arm64), 9.0.100 (linux-amd64), 9.0.100 (linux-arm64).

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Nov 12, 2024
1 parent 54fb0eb commit e5ec825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version = "0.20.3"

[[buildpacks]]
id = "heroku/dotnet"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:721a7f8aa0284a463192a84eedc12612d5ff0ff11b68aa253b97d86618cee6e1"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:5a552ce17a3f704fed68ada6ee42f9b63a3872b1be8911587e11f24916e28a80"

[[buildpacks]]
id = "heroku/go"
Expand Down Expand Up @@ -154,7 +154,7 @@ version = "0.20.3"
optional = true
[[order.group]]
id = "heroku/dotnet"
version = "0.1.5"
version = "0.1.6"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

[[buildpacks]]
id = "heroku/dotnet"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:721a7f8aa0284a463192a84eedc12612d5ff0ff11b68aa253b97d86618cee6e1"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:5a552ce17a3f704fed68ada6ee42f9b63a3872b1be8911587e11f24916e28a80"

[[buildpacks]]
id = "heroku/go"
Expand Down Expand Up @@ -154,7 +154,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
optional = true
[[order.group]]
id = "heroku/dotnet"
version = "0.1.5"
version = "0.1.6"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down

0 comments on commit e5ec825

Please sign in to comment.