From 8b00b64fe71996e6ca47fda6fd20e5ef6a7fd24c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 07:03:36 +0000 Subject: [PATCH] Update postgis/postgis Docker tag to v17 --- dawarich/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dawarich/docker-compose.yaml b/dawarich/docker-compose.yaml index faa9c1bb..39e2d646 100644 --- a/dawarich/docker-compose.yaml +++ b/dawarich/docker-compose.yaml @@ -71,7 +71,7 @@ services: db: labels: - traefik.enable=false - image: postgis/postgis:14-3.5-alpine + image: postgis/postgis:17-3.5-alpine container_name: dawarich_db volumes: - dawarich_db_data:/var/lib/postgresql/data