From 87b1879215795c6338fdc6a45730f152ef1ef892 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:43:22 +0100 Subject: [PATCH] Remove `[[stacks]]` table workaround from `buildpack.toml` (#231) Since we're now using a Pack CLI version in our CNB release automation that contains the fix for: https://github.com/buildpacks/pack/issues/2047 --- buildpack.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 6da5539..a982ad1 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -11,13 +11,6 @@ keywords = ["procfile", "processes", "heroku"] [[buildpack.licenses]] type = "BSD-3-Clause" -# [[stacks]] is deprecated in Buildpack API 0.10, but is (unintentionally?) -# required by `pack buildpack package`. The [[stacks]] table should be -# removed when the issue (https://github.com/buildpacks/pack/issues/2047) is -# resolved. -[[stacks]] -id = "*" - [[targets]] os = "linux" arch = "amd64"