From cee738a9df309e47957200443dc2759a8de4489f Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 17 Mar 2024 10:32:51 +0530 Subject: [PATCH] Bump postgres to 12 from 11 in compose (#691) Since Django 4.2 doesn't support below that, we need to bump to Postgres 12. Django 4.1 is no longer supported, so 4.2 is the lowest version we support here. --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 4d49da2..b23fdb0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -51,7 +51,7 @@ services: - POSTGRES_DB=mailmandb - POSTGRES_USER=mailman - POSTGRES_PASSWORD=mailmanpass - image: postgres:11-alpine + image: postgres:12-alpine volumes: - /opt/mailman/database:/var/lib/postgresql/data networks: