From e720d062ef7c4c45fd8ee06061d232d8a28c0d98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:05:48 +0000 Subject: [PATCH] Update ghcr.io/osgeo/gdal Docker tag to ubuntu-small-3.10.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2ea5b55b..675a43189 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base of all section, install the apt packages -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" # Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006.