From 5b25fedc269e3708a5497a3b7b6645d11d1b7744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:40:06 +0000 Subject: [PATCH] Bump osgeo/proj from 9.8.0 to 9.8.1 in /scripts Bumps [osgeo/proj](https://github.com/OSGeo/PROJ) from 9.8.0 to 9.8.1. - [Release notes](https://github.com/OSGeo/PROJ/releases) - [Changelog](https://github.com/OSGeo/PROJ/blob/master/ChangeLog) - [Commits](https://github.com/OSGeo/PROJ/compare/9.8.0...9.8.1) --- updated-dependencies: - dependency-name: osgeo/proj dependency-version: 9.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 4bd1aff9c06..2aff5ad246c 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/proj:9.8.0 +FROM ghcr.io/osgeo/proj:9.8.1 ARG PYPROJ_VERSION 3.3.0 ENV PYPROJ_VERSION=$PYPROJ_VERSION