From ae5957e15edad38af6eec2e161c91cd3141485ec Mon Sep 17 00:00:00 2001 From: Mark Prins <1165786+mprins@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:28:59 +0200 Subject: [PATCH] Apparently PostGIS 3.5 is not yet available for Debian/PG 17 see https://github.com/postgis/docker-postgis/pull/392 and https://github.com/postgis/docker-postgis/blob/46c5548514c126c9d149763242cfbb08b9624c70/17-3.5/Dockerfile#L2 --- postgis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/Dockerfile b/postgis/Dockerfile index 5525b15..7063e7e 100644 --- a/postgis/Dockerfile +++ b/postgis/Dockerfile @@ -1,4 +1,4 @@ -FROM postgis/postgis:17-3.5 +FROM postgis/postgis:17-3.4 ENV LANG=en_US.utf8