From 92e20d2bc2e6aed495a7cc359154627c7a9b048d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:05:33 +0900 Subject: [PATCH] Automatic update of container definition files (#856) - 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/proj-versions.tsv | 2 +- dockerfiles/geospatial-dev-osgeo.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/variables/proj-versions.tsv b/build/variables/proj-versions.tsv index 7c0ada85..ef60ec28 100644 --- a/build/variables/proj-versions.tsv +++ b/build/variables/proj-versions.tsv @@ -1,2 +1,2 @@ proj_version -9.4.1 +9.5.0 diff --git a/dockerfiles/geospatial-dev-osgeo.Dockerfile b/dockerfiles/geospatial-dev-osgeo.Dockerfile index 84829e2e..5a138c02 100644 --- a/dockerfiles/geospatial-dev-osgeo.Dockerfile +++ b/dockerfiles/geospatial-dev-osgeo.Dockerfile @@ -1,6 +1,6 @@ FROM rocker/verse:4.4.1 -ENV PROJ_VERSION="9.4.1" +ENV PROJ_VERSION="9.5.0" ENV GDAL_VERSION="3.9.2" ENV GEOS_VERSION="3.13.0"