From 40981eaafd2d1bb2e2bceec5bf57c182b7ce0122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:59:11 +0000 Subject: [PATCH] Bump osgeo/gdal from ubuntu-small-3.9.1 to ubuntu-small-3.9.3 Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.9.1 to ubuntu-small-3.9.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.9.1...v3.9.3) --- 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 f62a543a4..b85a65b22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1 AS builder +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.3 AS builder ENV DEBIAN_FRONTEND=noninteractive \ LC_ALL=C.UTF-8 \ @@ -20,7 +20,7 @@ WORKDIR /build RUN python3 -m pip --disable-pip-version-check -q wheel --no-binary psycopg2 psycopg2 -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1 +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.3 ENV DEBIAN_FRONTEND=noninteractive \ LC_ALL=C.UTF-8 \