From e8981a4ac8a25f026f20d87fd20fc26730a83a1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:03:29 +0900 Subject: [PATCH] Automatic update of container definition files (#727) - 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> --- dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile | 2 +- stacks/extra.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile b/dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile index 13907c90..adf632c3 100644 --- a/dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile +++ b/dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \ ENV PROJ_VERSION=9.3.0 ENV GDAL_VERSION=3.7.3 -ENV GEOS_VERSION=3.12.0 +ENV GEOS_VERSION=3.12.1 COPY scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh diff --git a/stacks/extra.json b/stacks/extra.json index 6e62b86f..5cd9b9c6 100644 --- a/stacks/extra.json +++ b/stacks/extra.json @@ -59,7 +59,7 @@ "ENV": { "PROJ_VERSION": "9.3.0", "GDAL_VERSION": "3.7.3", - "GEOS_VERSION": "3.12.0" + "GEOS_VERSION": "3.12.1" }, "COPY": "scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh", "RUN": "/rocker_scripts/experimental/install_dev_osgeo.sh",