From 25a4b58cfb6f8345de2ce34923cd21336acb189b Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 01:36:37 -0500 Subject: [PATCH] Update heroku/buildpacks-dotnet to v0.2.1 (#648) ## heroku/dotnet ### Changed - The .NET SDK inventory was updated with new download URLs for version 9.0 release artifacts. [#197](https://github.com/heroku/buildpacks-dotnet/pull/197) ### Added - Support for .NET SDK versions: 8.0.113 (linux-amd64), 8.0.113 (linux-arm64), 8.0.309 (linux-amd64), 8.0.309 (linux-arm64), 8.0.406 (linux-amd64), 8.0.406 (linux-arm64), 9.0.103 (linux-amd64), 9.0.103 (linux-arm64), 9.0.200 (linux-amd64), 9.0.200 (linux-arm64). [#197](https://github.com/heroku/buildpacks-dotnet/pull/197) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- builder-22/builder.toml | 4 ++-- builder-24/builder.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builder-22/builder.toml b/builder-22/builder.toml index 5b0e6ec..8be9dc7 100644 --- a/builder-22/builder.toml +++ b/builder-22/builder.toml @@ -23,7 +23,7 @@ version = "0.20.5" [[buildpacks]] id = "heroku/dotnet" - uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:3b6f4ea628b030d8426676f40592cc1e91b150bbf7d5fff1689077dc3e704db0" + uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:7a8806cfeb9090e52ee89534483ab2f76bd5b8c305feb5db99fb1755ce02d01c" [[buildpacks]] id = "heroku/go" @@ -154,7 +154,7 @@ version = "0.20.5" optional = true [[order.group]] id = "heroku/dotnet" - version = "0.2.0" + version = "0.2.1" [[order.group]] id = "heroku/procfile" version = "4.0.0" diff --git a/builder-24/builder.toml b/builder-24/builder.toml index 6732f26..b48c2de 100644 --- a/builder-24/builder.toml +++ b/builder-24/builder.toml @@ -23,7 +23,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"] [[buildpacks]] id = "heroku/dotnet" - uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:3b6f4ea628b030d8426676f40592cc1e91b150bbf7d5fff1689077dc3e704db0" + uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:7a8806cfeb9090e52ee89534483ab2f76bd5b8c305feb5db99fb1755ce02d01c" [[buildpacks]] id = "heroku/go" @@ -154,7 +154,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"] optional = true [[order.group]] id = "heroku/dotnet" - version = "0.2.0" + version = "0.2.1" [[order.group]] id = "heroku/procfile" version = "4.0.0"