From 3135a54c940818e9ebd19ffb68572706ce0ce32b Mon Sep 17 00:00:00 2001 From: Shivang Goswami Date: Tue, 5 Nov 2024 18:35:23 +0530 Subject: [PATCH] update postgis version due to docker build failures --- postgres-appliance/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-appliance/Dockerfile b/postgres-appliance/Dockerfile index b140cb5a..272d7004 100644 --- a/postgres-appliance/Dockerfile +++ b/postgres-appliance/Dockerfile @@ -54,7 +54,7 @@ ARG WITH_PERL=false ARG DEB_PG_SUPPORTED_VERSIONS="$PGOLDVERSIONS $PGVERSION" # Install PostgreSQL, extensions and contribs -ENV POSTGIS_VERSION=3.4 \ +ENV POSTGIS_VERSION=3.5 \ BG_MON_COMMIT=ef60961eff92672b1e21f5260dc1211367da6f1f \ PG_AUTH_MON_COMMIT=3d010e5959285c32b155e8064c9c9b57869aeca7 \ PG_MON_COMMIT=a6c5982368edd876edbee01e51b91e7387071e21 \