From 3b899a9ccbf01579b7f0fca7b7bd5f6c90f5f4ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:27:16 +0000 Subject: [PATCH] Update ghcr.io/osgeo/gdal Docker tag to ubuntu-small-3.12.0 --- Dockerfile | 2 +- Dockerfile-fillcache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 42383f54..bd5f8267 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.11.3 AS base-all +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.12.0 AS base-all LABEL org.opencontainers.image.authors="Camptocamp " SHELL ["/bin/bash", "-o", "pipefail", "-cux"] diff --git a/Dockerfile-fillcache b/Dockerfile-fillcache index ae277c5a..6f2fe5c2 100644 --- a/Dockerfile-fillcache +++ b/Dockerfile-fillcache @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.11.3 +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.12.0 COPY cache/.ccache /.ccache RUN --mount=type=cache,target=/root/.ccache,id=ccache \