Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump osgeo/gdal from ubuntu-small-3.8.3 to ubuntu-small-3.8.4 #992

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3 as builder
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.4 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.3
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.4

# 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
Loading