From ebcafa88cf6f61bf21a40185bd8db4778f5b1a17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:23:56 +0000 Subject: [PATCH] Update ghcr.io/osgeo/gdal Docker tag to ubuntu-small-3.10.0 (#1984) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17b0ef1e..7a00e378 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.3 as base-all +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.0 as base-all LABEL maintainer Camptocamp "info@camptocamp.com" SHELL ["/bin/bash", "-o", "pipefail", "-cux"]