Skip to content

Commit

Permalink
Bump osgeo/gdal from ubuntu-small-3.9.1 to ubuntu-small-3.9.2 (#1066)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 25, 2024
1 parent f0b094b commit 6fa2f77
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,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.9.1 AS builder
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.2 AS builder

# Environment is test or deployment.
ARG ENVIRONMENT=deployment
Expand All @@ -26,7 +26,7 @@ RUN python3 -m pip --disable-pip-version-check -q wheel --no-binary psycopg2 psy
python3 -m pip --disable-pip-version-check -q wheel --no-binary pyproj pyproj)

# Should match builder base.
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.2

# Environment is test or deployment.
ARG ENVIRONMENT=deployment
Expand Down

0 comments on commit 6fa2f77

Please sign in to comment.