From 413fc95e0b88b96d26a8e993f27d659fb3bde680 Mon Sep 17 00:00:00 2001 From: Paulo Fagiani Date: Thu, 8 Dec 2022 16:04:35 -0300 Subject: [PATCH] Bump buildpack version --- buildpack.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpack.toml b/buildpack.toml index 9809602..0a9f7ce 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.4" [buildpack] id = "fagiani/apt" -version = "0.2.4" +version = "0.2.5" name = "apt Packages Buildpack" homepage = "https://github.com/fagiani/apt-buildpack" description = "Installs apt packages for further builds and runtime"