From 212331d0f425d39bd0c7a8cb35ca30b098188176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:18:53 +0000 Subject: [PATCH] Bump osgeo/gdal from ubuntu-small-3.9.1 to ubuntu-small-3.10.0 in /index Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.9.1 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.1...v3.10.0) --- updated-dependencies: - dependency-name: osgeo/gdal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- index/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/Dockerfile b/index/Dockerfile index 9933933..9320b8f 100644 --- a/index/Dockerfile +++ b/index/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1 +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.0 ENV DEBIAN_FRONTEND=noninteractive \ LC_ALL=C.UTF-8 \