From 02cd56d9fb5c414b792c4c80a12adab5b9712d43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:07:43 +0900 Subject: [PATCH] Automatic update of container definition files (#878) - 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 ef60ec28..e53506db 100644 --- a/build/variables/proj-versions.tsv +++ b/build/variables/proj-versions.tsv @@ -1,2 +1,2 @@ proj_version -9.5.0 +9.5.1 diff --git a/dockerfiles/geospatial-dev-osgeo.Dockerfile b/dockerfiles/geospatial-dev-osgeo.Dockerfile index ccca9afa..33aae88f 100644 --- a/dockerfiles/geospatial-dev-osgeo.Dockerfile +++ b/dockerfiles/geospatial-dev-osgeo.Dockerfile @@ -1,6 +1,6 @@ FROM rocker/verse:4.4.2 -ENV PROJ_VERSION="9.5.0" +ENV PROJ_VERSION="9.5.1" ENV GDAL_VERSION="3.10.0" ENV GEOS_VERSION="3.13.0"