From b7b7ffffa0430010a421dfa54df4e1821a4874ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:46:53 +0000 Subject: [PATCH] Update ghcr.io/osgeo/gdal Docker tag to ubuntu-small-3.10.1 (#1571) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- custom/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/Dockerfile b/custom/Dockerfile index 4d97072f5..e428b5a46 100644 --- a/custom/Dockerfile +++ b/custom/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.0 AS base-all +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.1 AS base-all # Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006. # Treat unset variables as an error when substituting.