From 9a98dfde77732ccc44962be2b09bbbfc4c78348b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 04:39:16 +0000 Subject: [PATCH] Bump osgeo/gdal from ubuntu-small-3.8.4 to ubuntu-small-3.8.5 Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.8.4 to ubuntu-small-3.8.5. - [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.4...v3.8.5) --- 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 0e9cd443..1409b540 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.4 as builder +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.5 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.4 +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.5 # all the python pip installed libraries COPY --from=builder /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/dist-packages