From 0340d61acb1e4e729021c024bed8cd26b150a602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 04:58:00 +0000 Subject: [PATCH] Bump osgeo/gdal from ubuntu-small-3.8.1 to ubuntu-small-3.8.3 Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.8.1 to ubuntu-small-3.8.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.8.1...v3.8.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 a9b4b941..513bb2a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Note that this is now pinned to a fixed version. Remember to check for new versions periodically. -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.1 as builder +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.3 as builder # Setup build env for postgresql-client-14 USER root @@ -36,7 +36,7 @@ RUN if [ "$PYDEV_DEBUG" = "yes" ]; then \ RUN pip freeze # Should match builder base. -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.1 +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.3 # all the python pip installed libraries COPY --from=builder /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/dist-packages