From abf30572a9aafc77cae8ec8d2360e56a98619dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 04:28:44 +0000 Subject: [PATCH] deps(docker): bump osgeo/gdal Bumps the docker-dependencies group in /cloudrun with 1 update: [osgeo/gdal](https://github.com/OSGeo/gdal). Updates `osgeo/gdal` from ubuntu-small-3.12.2 to ubuntu-small-3.12.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.12.2...v3.12.3) --- updated-dependencies: - dependency-name: osgeo/gdal dependency-version: ubuntu-small-3.12.3 dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] --- cloudrun/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudrun/Dockerfile b/cloudrun/Dockerfile index 5cb44ec8..5f8a8b65 100644 --- a/cloudrun/Dockerfile +++ b/cloudrun/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.12.2 AS base +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.12.3 AS base RUN apt update RUN apt install -y python3-pip