diff --git a/Dockerfile b/Dockerfile index e2ea5b55b..675a43189 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.9.3 AS base-all +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.0 AS base-all LABEL maintainer Camptocamp "info@camptocamp.com" # Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006.