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:
parent
0a28841e56
commit
7b4a13d010
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue