Skip to content

Commit

Permalink
Update ghcr.io/osgeo/gdal Docker tag to ubuntu-small-3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 5a59a84 commit 4f36904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.5 as base-all
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.3 as base-all
LABEL maintainer Camptocamp "info@camptocamp.com"
SHELL ["/bin/bash", "-o", "pipefail", "-cux"]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-fillcache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.5
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.3

COPY cache/.ccache /.ccache
RUN --mount=type=cache,target=/root/.ccache,id=ccache \
Expand Down

0 comments on commit 4f36904

Please sign in to comment.