From 5a7aab081bae96435d59e52d42b719ec0aa6d10b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:58:08 +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 428affdcc..ad50a77cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -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" SHELL ["/bin/bash", "-o", "pipefail", "-cux"]