From 07bbb08d1ff381d8b4414b4329c3ce0b2cb5032f Mon Sep 17 00:00:00 2001 From: Ida Novindasari Date: Wed, 16 Oct 2024 13:46:26 +0200 Subject: [PATCH] Update postgis version that support pg17 (#1035) --- postgres-appliance/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-appliance/Dockerfile b/postgres-appliance/Dockerfile index e3882007..c2ca9338 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=7f5887218790b263fe3f42f85f4ddc9c8400b154 \ PG_AUTH_MON_COMMIT=fe099eef7662cbc85b0b79191f47f52f1e96b779 \ PG_MON_COMMIT=ead1de70794ed62ca1e34d4022f6165ff36e9a91 \