From 642be58c8c4007234c592a54055a5d727901f68c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:50:40 +0900 Subject: [PATCH] Automatic update of container definition files (#865) - Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- build/variables/gdal-versions.tsv | 2 +- dockerfiles/geospatial-dev-osgeo.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/variables/gdal-versions.tsv b/build/variables/gdal-versions.tsv index 57cce244..d87f922c 100644 --- a/build/variables/gdal-versions.tsv +++ b/build/variables/gdal-versions.tsv @@ -1,2 +1,2 @@ gdal_version -3.9.2 +3.9.3 diff --git a/dockerfiles/geospatial-dev-osgeo.Dockerfile b/dockerfiles/geospatial-dev-osgeo.Dockerfile index 5a138c02..6a0fd856 100644 --- a/dockerfiles/geospatial-dev-osgeo.Dockerfile +++ b/dockerfiles/geospatial-dev-osgeo.Dockerfile @@ -1,7 +1,7 @@ FROM rocker/verse:4.4.1 ENV PROJ_VERSION="9.5.0" -ENV GDAL_VERSION="3.9.2" +ENV GDAL_VERSION="3.9.3" ENV GEOS_VERSION="3.13.0" COPY scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh