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.