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",