From ba4b4d12fe09784558f96491ee6f652ebbc3cf65 Mon Sep 17 00:00:00 2001 From: Cynthia Kiser Date: Tue, 24 Dec 2024 18:29:14 -0800 Subject: [PATCH] Use major version specification for postgres MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: sag​e --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index ed4f76c..b734530 100644 --- a/compose.yaml +++ b/compose.yaml @@ -24,7 +24,7 @@ services: db: container_name: "db" - image: postgres:14.1 + image: postgres:14 environment: POSTGRES_USER: wagtail POSTGRES_DB: wagtail