From fa2092e294f608181e38e089cb1b3607255f2a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 04:26:04 +0000 Subject: [PATCH] Bump osgeo/gdal from ubuntu-small-3.9.3 to ubuntu-small-3.10.0 Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.9.3 to ubuntu-small-3.10.0. - [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.3...v3.10.0) --- 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 0f3be0540..93f4bc6bc 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.3 AS builder +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.0 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.3 +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.0 # Environment is test or deployment. ARG ENVIRONMENT=deployment