Skip to content

Commit

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

### Changed

- Web application launch processes now configure Kestrel to bind both IPv4 and IPv6 addresses. ([#156](heroku/buildpacks-dotnet#156))
  • Loading branch information
heroku-linguist[bot] committed Nov 26, 2024
1 parent 17226db commit 7ed94dc
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.4"

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

[[buildpacks]]
id = "heroku/go"
Expand Down Expand Up @@ -154,7 +154,7 @@ version = "0.20.4"
optional = true
[[order.group]]
id = "heroku/dotnet"
version = "0.1.6"
version = "0.1.7"
[[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:5a552ce17a3f704fed68ada6ee42f9b63a3872b1be8911587e11f24916e28a80"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:0b1afcc3e1b4984dffa48a6f6a9e382d0af615a7b0488ed48cf073335ff7370d"

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

0 comments on commit 7ed94dc

Please sign in to comment.