From 588358ff77e3775a64d0099d538963be5ef1344a Mon Sep 17 00:00:00 2001 From: Brandon McNama Date: Wed, 28 Jul 2021 20:54:05 +0000 Subject: [PATCH 1/3] Add Bionic and Focal stacks --- buildpack.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/buildpack.toml b/buildpack.toml index f0d906a..317ac54 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -16,3 +16,9 @@ id = "heroku-18" [[stacks]] id = "heroku-20" + +[[stacks]] +id = "io.buildpacks.stacks.bionic" + +[[stacks]] +id = "io.buildpacks.stacks.focal" From 869c9324b4df8fd75a078fa6093479ef0072d020 Mon Sep 17 00:00:00 2001 From: Brandon McNama Date: Wed, 28 Jul 2021 20:58:31 +0000 Subject: [PATCH 2/3] Removal Focal Stack Hard to use something that doesn't exist --- buildpack.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 317ac54..027f67e 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -19,6 +19,3 @@ id = "heroku-20" [[stacks]] id = "io.buildpacks.stacks.bionic" - -[[stacks]] -id = "io.buildpacks.stacks.focal" From d01b81fb19cccad89f46a6b04d0627632af31f3d Mon Sep 17 00:00:00 2001 From: Brandon McNama Date: Wed, 28 Jul 2021 21:00:18 +0000 Subject: [PATCH 3/3] Bump version --- buildpack.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpack.toml b/buildpack.toml index 027f67e..f672dba 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.4" [buildpack] id = "fagiani/apt" -version = "0.1.0" +version = "0.2.0" name = "apt Packages Buildpack" homepage = "https://github.com/fagiani/apt-buildpack" description = "Installs apt packages for further builds and runtime"