Skip to content

Commit

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

### Added

- Support for .NET SDK versions: 8.0.110 (linux-arm64), 8.0.110 (linux-amd64), 8.0.306 (linux-arm64), 8.0.306 (linux-amd64), 8.0.403 (linux-arm64), 8.0.403 (linux-amd64).

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Oct 9, 2024
1 parent ea659f0 commit f9b4dcf
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.3"

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

[[buildpacks]]
id = "heroku/go"
Expand Down Expand Up @@ -131,7 +131,7 @@ version = "0.20.3"
[[order]]
[[order.group]]
id = "heroku/dotnet"
version = "0.1.3"
version = "0.1.4"
[[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:68c5f8de21a5da2df5b186d3a43d5b5481eacc4de786bf1e5bb15e5b6c3c4477"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:374842621436859ed73a3c75db69f856121436fad2acb20447eb043b46fbdc74"

[[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.3"
version = "0.1.4"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down

0 comments on commit f9b4dcf

Please sign in to comment.