From 6e0f26d30424e28719e4edca487ce4db3a22e14c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 04:47:20 +0000 Subject: [PATCH] Bump kartoza/postgis from 12.1 to 13.0 in /compose/production/postgres Bumps kartoza/postgis from 12.1 to 13.0. Signed-off-by: dependabot-preview[bot] --- compose/production/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/postgres/Dockerfile b/compose/production/postgres/Dockerfile index 754a572..aa18bab 100644 --- a/compose/production/postgres/Dockerfile +++ b/compose/production/postgres/Dockerfile @@ -1,6 +1,6 @@ # https://github.com/kartoza/docker-postgis # PostgreSQL 12.0, PostGIS 3 -FROM kartoza/postgis:12.1 +FROM kartoza/postgis:13.0 COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance RUN chmod +x /usr/local/bin/maintenance/*