From c1378b34f48f090e97ad565b2981270bb9b27309 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 19 Dec 2024 12:14:29 +0000 Subject: [PATCH] build: use postgis 17-master image for now, until sfcgal 2.0.0 in latest stable --- compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 95f10be..76072ec 100644 --- a/compose.yml +++ b/compose.yml @@ -43,7 +43,8 @@ services: db: profiles: ["", "api"] - image: "postgis/postgis:17-3.5-alpine" + # image: "postgis/postgis:17-3.5-alpine" + image: "postgis/postgis:17-master" container_name: fmtm-splitter-db environment: - POSTGRES_USER=fmtm