From 927e8a8f454604cdd718ef0d8363b51d2bbe831e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:52:35 +0000 Subject: [PATCH] Bump osgeo/gdal from ubuntu-small-3.8.1 to ubuntu-small-3.8.2 Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.8.1 to ubuntu-small-3.8.2. - [Release notes](https://github.com/OSGeo/gdal/releases) - [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md) - [Commits](https://github.com/OSGeo/gdal/commits) --- 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 4b1fd4b2a..cdfad01d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.1 as builder +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.2 as builder ENV DEBIAN_FRONTEND=noninteractive \ LC_ALL=C.UTF-8 \ @@ -20,7 +20,7 @@ WORKDIR /build RUN python3.10 -m pip --disable-pip-version-check -q wheel --no-binary psycopg2 psycopg2 -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.1 +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.2 ENV DEBIAN_FRONTEND=noninteractive \ LC_ALL=C.UTF-8 \