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.