Skip to content

Commit

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

### Added

- Support for .NET SDK versions: 8.0.402 (linux-arm64), 8.0.402 (linux-amd64).

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Sep 25, 2024
1 parent be41e7a commit 5e399b6
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 @@ -19,7 +19,7 @@ version = "0.20.1"

[[buildpacks]]
id = "heroku/dotnet"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:0ff6cbece898f615c70e129058f8ef88c94fea8ed2f5cf210606ce5ed924d171"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:68c5f8de21a5da2df5b186d3a43d5b5481eacc4de786bf1e5bb15e5b6c3c4477"

[[buildpacks]]
id = "heroku/go"
Expand Down Expand Up @@ -131,7 +131,7 @@ version = "0.20.1"
[[order]]
[[order.group]]
id = "heroku/dotnet"
version = "0.1.2"
version = "0.1.3"
[[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 @@ -19,7 +19,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

[[buildpacks]]
id = "heroku/dotnet"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:0ff6cbece898f615c70e129058f8ef88c94fea8ed2f5cf210606ce5ed924d171"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:68c5f8de21a5da2df5b186d3a43d5b5481eacc4de786bf1e5bb15e5b6c3c4477"

[[buildpacks]]
id = "heroku/go"
Expand Down Expand Up @@ -131,7 +131,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
[[order]]
[[order.group]]
id = "heroku/dotnet"
version = "0.1.2"
version = "0.1.3"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down

0 comments on commit 5e399b6

Please sign in to comment.