From 1d0144d28eac1f3a4e1092ad9bf5b1ee4f42bc11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 10:04:09 +0000 Subject: [PATCH] Automatic update of container definition files --- dockerfiles/geospatial-dev-osgeo_4.3.0.Dockerfile | 2 +- stacks/extra.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/geospatial-dev-osgeo_4.3.0.Dockerfile b/dockerfiles/geospatial-dev-osgeo_4.3.0.Dockerfile index 6c9a5327..720d92f3 100644 --- a/dockerfiles/geospatial-dev-osgeo_4.3.0.Dockerfile +++ b/dockerfiles/geospatial-dev-osgeo_4.3.0.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.2.0 -ENV GDAL_VERSION=3.6.3 +ENV GDAL_VERSION=3.6.4 ENV GEOS_VERSION=3.11.2 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 5016efcd..c4dd9deb 100644 --- a/stacks/extra.json +++ b/stacks/extra.json @@ -58,7 +58,7 @@ "FROM": "rocker/verse:4.3.0", "ENV": { "PROJ_VERSION": "9.2.0", - "GDAL_VERSION": "3.6.3", + "GDAL_VERSION": "3.6.4", "GEOS_VERSION": "3.11.2" }, "COPY": "scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh",