Skip to content

Commit

Permalink
Bump osgeo/gdal from ubuntu-small-3.9.1 to ubuntu-small-3.9.2
Browse files Browse the repository at this point in the history
Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.9.1 to ubuntu-small-3.9.2.
- [Release notes](https://github.com/OSGeo/gdal/releases)
- [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md)
- [Commits](OSGeo/gdal@v3.9.1...v3.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 2032792 commit 24acd85
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.9.1 AS builder
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.2 AS builder

ENV DEBIAN_FRONTEND=noninteractive \
LC_ALL=C.UTF-8 \
Expand All @@ -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.2

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

0 comments on commit 24acd85

Please sign in to comment.