From 52e435e6ca4d7183483dfbb0098a45aadfb832d8 Mon Sep 17 00:00:00 2001
From: lukas leufen <l.leufen@fz-juelich.de>
Date: Fri, 2 Dec 2022 14:50:03 +0100
Subject: [PATCH] update versions in dockerfile

---
 CI/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CI/Dockerfile b/CI/Dockerfile
index f3b99b2f..6146387f 100644
--- a/CI/Dockerfile
+++ b/CI/Dockerfile
@@ -53,10 +53,10 @@ FROM base AS mlair
 # install geo packages
 RUN zypper --no-gpg-checks addrepo https://download.opensuse.org/repositories/Application:Geo/15.4/Application:Geo.repo
 RUN zypper --no-gpg-checks refresh
-RUN zypper --no-gpg-checks --non-interactive install proj=8.2.1
-RUN zypper --no-gpg-checks --non-interactive install geos=3.10.3
+RUN zypper --no-gpg-checks --non-interactive install proj=9.1.0
+RUN zypper --no-gpg-checks --non-interactive install geos=3.11.1
 RUN zypper --no-gpg-checks --non-interactive install geos-devel=3.9.1
-RUN zypper --no-gpg-checks --non-interactive install libproj22=8.2.1
+# RUN zypper --no-gpg-checks --non-interactive install libproj22=8.2.1
 RUN zypper --no-gpg-checks --non-interactive install binutils libproj-devel gdal-devel
 
 # install requirements
-- 
GitLab