From 9fc6e72fd5f37fc9f13e92c2b9d688be07066014 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:32:19 +0000 Subject: [PATCH] Update ghcr.io/osgeo/gdal Docker tag to ubuntu-small-3.10.1 --- 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.