From a98b004814a65df39714c91a49d583e6375d8541 Mon Sep 17 00:00:00 2001 From: Mark Prins <1165786+mprins@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:05:24 +0200 Subject: [PATCH] HTM-1240: Bump postgis/postgis from 16-3.4 to 17-3.4 (#7) * HTM-1240: Bump postgis/postgis from 16-3.4 to 17-3.5 * 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 cd44535..7063e7e 100644 --- a/postgis/Dockerfile +++ b/postgis/Dockerfile @@ -1,4 +1,4 @@ -FROM postgis/postgis:16-3.4 +FROM postgis/postgis:17-3.4 ENV LANG=en_US.utf8