Skip to content

Commit

Permalink
Bump osgeo/gdal from ubuntu-small-3.8.4 to ubuntu-small-3.8.5
Browse files Browse the repository at this point in the history
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](OSGeo/gdal@v3.8.4...v3.8.5)

---
updated-dependencies:
- dependency-name: osgeo/gdal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and omad committed Apr 7, 2024
1 parent a955292 commit 074c950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.4 as builder
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.5 as builder

ENV DEBIAN_FRONTEND=noninteractive \
LC_ALL=C.UTF-8 \
Expand All @@ -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.4
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.5

ENV DEBIAN_FRONTEND=noninteractive \
LC_ALL=C.UTF-8 \
Expand Down

0 comments on commit 074c950

Please sign in to comment.