Skip to content

Commit 1e5b139

Browse files
Bump osgeo/gdal from ubuntu-small-3.8.3 to ubuntu-small-3.8.4 (#992)
Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.8.3 to ubuntu-small-3.8.4. - [Release notes](https://github.com/OSGeo/gdal/releases) - [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md) - [Commits](OSGeo/gdal@v3.8.3...v3.8.4) --- 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>
1 parent 5b07d1c commit 1e5b139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Note that this is now pinned to a fixed version. Remember to check for new versions periodically.
2-
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.3 as builder
2+
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.4 as builder
33

44
# Setup build env for postgresql-client-14
55
USER root
@@ -36,7 +36,7 @@ RUN if [ "$PYDEV_DEBUG" = "yes" ]; then \
3636
RUN pip freeze
3737

3838
# Should match builder base.
39-
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.3
39+
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.4
4040

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

0 commit comments

Comments
 (0)