Make pgadmin always use latest version

This commit is contained in:
Wojciech Kozlowski 2023-11-05 11:05:56 +01:00
parent 61999a32e1
commit ded984c5c9

View File

@ -8,7 +8,7 @@ services_deploy_versions:
nginx: "stable" nginx: "stable"
database: database:
postgres: "15" postgres: "15"
pgadmin4: "7" pgadmin4: "latest"
cloud: cloud:
nginx: "stable" nginx: "stable"
nextcloud: "27-fpm" nextcloud: "27-fpm"