Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 19b4226 commit 0ca2942
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.8.1 as builder
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.2 as builder

# Setup build env for postgresql-client-14
USER root
Expand Down Expand Up @@ -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.2

# all the python pip installed libraries
COPY --from=builder /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/dist-packages
Expand Down

0 comments on commit 0ca2942

Please sign in to comment.