Skip to content

Commit

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

### Changed

- Error messages are now printed to stderr. [#173](heroku/buildpacks-dotnet#173)

### Added

- Support for .NET SDK versions: 8.0.112 (linux-amd64), 8.0.112 (linux-arm64), 8.0.308 (linux-amd64), 8.0.308 (linux-arm64), 8.0.405 (linux-amd64), 8.0.405 (linux-arm64), 9.0.102 (linux-amd64), 9.0.102 (linux-arm64).

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Jan 15, 2025
1 parent 2585a82 commit 827fcf7
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.5"

[[buildpacks]]
id = "heroku/dotnet"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:5c0c30190235467429ab325c119155b4608f90f980b9d5832016fc3f9452f67c"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:b413c39b968e1e69ed4a0d724619575ec57f942b5ebfd6418426e95e0847852f"

[[buildpacks]]
id = "heroku/go"
Expand Down Expand Up @@ -154,7 +154,7 @@ version = "0.20.5"
optional = true
[[order.group]]
id = "heroku/dotnet"
version = "0.1.9"
version = "0.1.10"
[[order.group]]
id = "heroku/procfile"
version = "3.2.0"
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:5c0c30190235467429ab325c119155b4608f90f980b9d5832016fc3f9452f67c"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:b413c39b968e1e69ed4a0d724619575ec57f942b5ebfd6418426e95e0847852f"

[[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.9"
version = "0.1.10"
[[order.group]]
id = "heroku/procfile"
version = "3.2.0"
Expand Down

0 comments on commit 827fcf7

Please sign in to comment.