From a554e095df98c07da9ad34b6d7be57abfb0e5aec Mon Sep 17 00:00:00 2001 From: Louis King Date: Mon, 15 Jun 2026 20:03:19 +0100 Subject: [PATCH] Reverted to Postgres 17 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 016cc46..c8495f8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -155,7 +155,7 @@ services: # of truth); the schema itself is created by `db upgrade` (alembic). # ========================================================================== postgres: - image: postgres:18-alpine + image: postgres:17-alpine container_name: ${COMPOSE_PROJECT_NAME:-hub}-postgres profiles: - postgres