From a410345c32aedee03f6c7bcfaf7cac58f810af06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:17:00 +1100 Subject: [PATCH] Bump osgeo/gdal from ubuntu-full-3.9.2 to ubuntu-full-3.9.3 in /docker (#1644) Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-full-3.9.2 to ubuntu-full-3.9.3. - [Release notes](https://github.com/OSGeo/gdal/releases) - [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md) - [Commits](https://github.com/OSGeo/gdal/compare/v3.9.2...v3.9.3) --- updated-dependencies: - dependency-name: osgeo/gdal dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 573e1c00b..cdde56684 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -5,8 +5,8 @@ ## SPDX-License-Identifier: Apache-2.0 ## # gdal:ubuntu-small no longer comes with netcdf support compiled into gdal -FROM ghcr.io/osgeo/gdal:ubuntu-full-3.9.2 AS builder -FROM ghcr.io/osgeo/gdal:ubuntu-full-3.9.2 +FROM ghcr.io/osgeo/gdal:ubuntu-full-3.9.3 AS builder +FROM ghcr.io/osgeo/gdal:ubuntu-full-3.9.3 ARG V_PG=16 ARG V_PGIS=16-postgis-3