Skip to content

Commit 7e03cd8

Browse files
authoredMar 11, 2025
Update heroku/buildpacks-dotnet to v0.3.2 (#672)
## heroku/dotnet ### Added - Support for .NET SDK versions: 8.0.114 (linux-amd64), 8.0.114 (linux-arm64), 8.0.310 (linux-amd64), 8.0.310 (linux-arm64), 8.0.407 (linux-amd64), 8.0.407 (linux-arm64), 9.0.104 (linux-amd64), 9.0.104 (linux-arm64), 9.0.201 (linux-amd64), 9.0.201 (linux-arm64). Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent a1d8e7d commit 7e03cd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎builder-22/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version = "0.20.6"
2323

2424
[[buildpacks]]
2525
id = "heroku/dotnet"
26-
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:39716b9e30743c7902905d0f3c55185030fac5cff58bacc8913b589df9930ded"
26+
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:a4c90b951331936ce2e4b3ed7c16095da6d4105f498127c50d3be747e5ae969d"
2727

2828
[[buildpacks]]
2929
id = "heroku/go"
@@ -154,7 +154,7 @@ version = "0.20.6"
154154
optional = true
155155
[[order.group]]
156156
id = "heroku/dotnet"
157-
version = "0.3.1"
157+
version = "0.3.2"
158158
[[order.group]]
159159
id = "heroku/procfile"
160160
version = "4.1.0"

‎builder-24/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
2323

2424
[[buildpacks]]
2525
id = "heroku/dotnet"
26-
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:39716b9e30743c7902905d0f3c55185030fac5cff58bacc8913b589df9930ded"
26+
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:a4c90b951331936ce2e4b3ed7c16095da6d4105f498127c50d3be747e5ae969d"
2727

2828
[[buildpacks]]
2929
id = "heroku/go"
@@ -154,7 +154,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
154154
optional = true
155155
[[order.group]]
156156
id = "heroku/dotnet"
157-
version = "0.3.1"
157+
version = "0.3.2"
158158
[[order.group]]
159159
id = "heroku/procfile"
160160
version = "4.1.0"

0 commit comments

Comments
 (0)