From e8e23e0ff250358cdd22ceaab23d200c6d4a97e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:49:51 +0000 Subject: [PATCH] build(deps): bump osgeo/gdal Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.9.0 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.0...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 10c8758c..358a6342 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.0@sha256:d1a38af532e5d9e3991c4a6bddc2f2cb52644dc30a4eb8242101e8e23c3f83f6 AS builder +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.0@sha256:383e17c221d48031c5ac4fe7500d95adccb05d719a9685542c1e8d2d84ef50e0 AS builder # Avoid blocking `apt-get install` commands ARG DEBIAN_FRONTEND=noninteractive @@ -22,7 +22,7 @@ COPY poetry.lock pyproject.toml /src/ RUN /root/.local/bin/poetry bundle venv --no-ansi --no-interaction --only=main -vvv /venv -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.0@sha256:d1a38af532e5d9e3991c4a6bddc2f2cb52644dc30a4eb8242101e8e23c3f83f6 +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.0@sha256:383e17c221d48031c5ac4fe7500d95adccb05d719a9685542c1e8d2d84ef50e0 ARG GIT_HASH ENV GIT_HASH=$GIT_HASH