1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00

Update manifest.toml: replace bullseye with __YNH_DEBIAN_VERSION__ to hopefully fix bookworm compat?

This commit is contained in:
Alexandre Aubin 2024-05-12 18:47:25 +02:00 committed by GitHub
parent 0a28841e56
commit 7b4a13d010
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,7 @@ ram.runtime = "500M"
] ]
[resources.apt.extras.postgresql] [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" key = "https://www.postgresql.org/media/keys/ACCC4CF8.asc"
packages = [ packages = [
"libllvm13", "libpq5", "libpq-dev" , "postgresql-16", "postgresql-16-pgvector", "postgresql-client-16", "postgresql-common", "postgresql-client-common" "libllvm13", "libpq5", "libpq-dev" , "postgresql-16", "postgresql-16-pgvector", "postgresql-client-16", "postgresql-common", "postgresql-client-common"