From 5b367b8a0cbfd2c8b29983896617bc356bff5669 Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler Date: Fri, 2 Feb 2024 13:18:27 +0100 Subject: [PATCH] Update proj and gdal --- untested_base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/untested_base/Makefile b/untested_base/Makefile index 85739d4..cad7dcb 100644 --- a/untested_base/Makefile +++ b/untested_base/Makefile @@ -1,6 +1,6 @@ PYTHON_VERSION ?= 3 -PROJ_VERSION ?= 9.3.0 -GDAL_VERSION ?= 3.8.0 +PROJ_VERSION ?= 9.3.1 +GDAL_VERSION ?= 3.8.3 DEV_TAG ?= ghcr.io/oggm/dev_base:latest EMPTY_TAG ?= ghcr.io/oggm/empty_base:latest