Skip to content

Commit

Permalink
Merge pull request #26 from egeucak/fix/update-api-version
Browse files Browse the repository at this point in the history
Update api version
  • Loading branch information
fagiani authored Dec 13, 2024
2 parents 413fc95 + daa9c52 commit 0e69960
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,12 @@ else
echo -n ":" > $apt_env_dir/PKG_CONFIG_PATH.delim
fi

echo "launch = true" > ${apt_layer}.toml
echo "build = true" >> ${apt_layer}.toml
echo "cache = true" >> ${apt_layer}.toml
cat >> ${apt_layer}.toml <<EOL
[types]
launch = true
build = true
cache = true
EOL

end_time=$(date +%s%N)
echo "Elapsed time: $(( $(( $end_time - $start_time )) / 1000000 ))ms" | indent
7 changes: 5 additions & 2 deletions buildpack.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
api = "0.4"
api = "0.10"

[buildpack]
id = "fagiani/apt"
version = "0.2.5"
version = "0.2.6"
name = "apt Packages Buildpack"
homepage = "https://github.com/fagiani/apt-buildpack"
description = "Installs apt packages for further builds and runtime"
Expand All @@ -22,3 +22,6 @@ id = "io.buildpacks.stacks.bionic"

[[stacks]]
id = "io.buildpacks.stacks.jammy"

[[stacks]]
id = "*"

0 comments on commit 0e69960

Please sign in to comment.