From 5589df2f86c204d63c97add7b7dd4cb744b8b361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 23:26:52 +0000 Subject: [PATCH] Bump postgis/postgis from 15-3.3 to 16-3.4 in /postgis Bumps postgis/postgis from 15-3.3 to 16-3.4. --- updated-dependencies: - dependency-name: postgis/postgis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- postgis/Dockerfile | 2 +- postgis/Dockerfile.aws | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postgis/Dockerfile b/postgis/Dockerfile index d0313f7..8c712c0 100644 --- a/postgis/Dockerfile +++ b/postgis/Dockerfile @@ -28,7 +28,7 @@ # # ================================================================= -FROM postgis/postgis:15-3.3 +FROM postgis/postgis:16-3.4 LABEL org.opencontainers.image.authors="Joost van Ulden , Anthony Fok " LABEL org.opencontainers.image.vendor="Government of Canada" diff --git a/postgis/Dockerfile.aws b/postgis/Dockerfile.aws index 31b63ac..d8bd355 100644 --- a/postgis/Dockerfile.aws +++ b/postgis/Dockerfile.aws @@ -28,7 +28,7 @@ # # ================================================================= -FROM postgis/postgis:15-3.3 +FROM postgis/postgis:16-3.4 LABEL org.opencontainers.image.authors="Joost van Ulden , Anthony Fok " LABEL org.opencontainers.image.vendor="Government of Canada"