Skip to content

Commit

Permalink
Update base docker image and remove docker efficiency analysis GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Jan 9, 2024
1 parent 861c40a commit 27cb32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/dive.yml

This file was deleted.

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.3 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.3

# 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 27cb32c

Please sign in to comment.