From aec289968e6623dd814a7fb5d2338ffc29dbe447 Mon Sep 17 00:00:00 2001 From: nilaygit-10721 Date: Tue, 24 Dec 2024 13:12:19 +0530 Subject: [PATCH] change postgres version --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index c5e6368..9d7d3d6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -23,7 +23,7 @@ services: - frontend db: container_name: "db" - image: postgres:12.3-alpine + image: postgres:13.18-alpine3.20 environment: POSTGRES_USER: wagtail POSTGRES_DB: wagtail