From 1d9833b1a74ec0402035bee80e2583ae66429d90 Mon Sep 17 00:00:00 2001 From: sharkAndshark Date: Sun, 12 Jan 2025 14:35:28 +0800 Subject: [PATCH] Update pg version in docker file --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 96f7a3af2..298705b48 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,7 +47,7 @@ services: db-ssl: # This should match the version of postgres used in the CI workflow - image: postgis/postgis:15-3.3 + image: postgis/postgis:14-3.3 command: - 'postgres' - '-c' @@ -75,7 +75,7 @@ services: db-ssl-cert: # This should match the version of postgres used in the CI workflow - image: postgis/postgis:15-3.3 + image: postgis/postgis:14-3.3 command: - 'postgres' - '-c'