From 8bd03045221abe3f4f7b09e858dd19fe3c4e94e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:22:24 +0000 Subject: [PATCH] Update ghcr.io/osgeo/gdal Docker tag to ubuntu-small-3.9.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c56d006002..599f1558d1 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.8.5 AS base-all +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.2 AS base-all LABEL maintainer Camptocamp "info@camptocamp.com" # Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006.