From 38aaa388b3d4f20fc7c83a7835511e5a024eca57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:35:23 +0000 Subject: [PATCH] Update ghcr.io/osgeo/gdal Docker tag to ubuntu-small-3.10.0 --- custom/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/Dockerfile b/custom/Dockerfile index 7c462358c..4d97072f5 100644 --- a/custom/Dockerfile +++ b/custom/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 # Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006. # Treat unset variables as an error when substituting.