From 7b4a13d0107b07341ffb403b717d849169b6ce0e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 12 May 2024 18:47:25 +0200 Subject: [PATCH] Update manifest.toml: replace bullseye with __YNH_DEBIAN_VERSION__ to hopefully fix bookworm compat? --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 94aeb5c..6de3889 100644 --- a/manifest.toml +++ b/manifest.toml @@ -89,7 +89,7 @@ ram.runtime = "500M" ] [resources.apt.extras.postgresql] - repo = "deb https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main 16" + repo = "deb https://apt.postgresql.org/pub/repos/apt __YNH_DEBIAN_VERSION__-pgdg main 16" key = "https://www.postgresql.org/media/keys/ACCC4CF8.asc" packages = [ "libllvm13", "libpq5", "libpq-dev" , "postgresql-16", "postgresql-16-pgvector", "postgresql-client-16", "postgresql-common", "postgresql-client-common"