From 8000a19eb37f6c525598c927feeebfa5a48d3508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:37:10 +0000 Subject: [PATCH] Bump osgeo/gdal from ubuntu-small-3.9.1 to ubuntu-small-3.9.2 Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.9.1 to ubuntu-small-3.9.2. - [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.1...v3.9.2) --- updated-dependencies: - dependency-name: osgeo/gdal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bf69f07bc..2a79541a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Note that this is now pinned to a fixed version. Remember to check for new versions periodically. -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1 AS builder +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.2 AS builder # Environment is test or deployment. ARG ENVIRONMENT=deployment @@ -26,7 +26,7 @@ RUN python3 -m pip --disable-pip-version-check -q wheel --no-binary psycopg2 psy python3 -m pip --disable-pip-version-check -q wheel --no-binary pyproj pyproj) # Should match builder base. -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1 +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.2 # Environment is test or deployment. ARG ENVIRONMENT=deployment