From 62a752289fd278370b72a8dafc8a1c0501bd6019 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:11:11 +0900 Subject: [PATCH] Automatic update of container definition files (#729) - 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 adf632c3..a3f5697a 100644 --- a/dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile +++ b/dockerfiles/geospatial-dev-osgeo_4.3.2.Dockerfile @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \ org.opencontainers.image.authors="Carl Boettiger " ENV PROJ_VERSION=9.3.0 -ENV GDAL_VERSION=3.7.3 +ENV GDAL_VERSION=3.8.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 5cd9b9c6..5f8f17ec 100644 --- a/stacks/extra.json +++ b/stacks/extra.json @@ -58,7 +58,7 @@ "FROM": "rocker/verse:4.3.2", "ENV": { "PROJ_VERSION": "9.3.0", - "GDAL_VERSION": "3.7.3", + "GDAL_VERSION": "3.8.0", "GEOS_VERSION": "3.12.1" }, "COPY": "scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh",