From d3c32fff1a160fc1cbfe9474090ba63aeaaa11cf Mon Sep 17 00:00:00 2001
From: Gorka Fraga Gonzalez <gorka.fragagonzalez@uzh.ch>
Date: Mon, 9 Sep 2024 16:14:32 +0200
Subject: [PATCH] Update .gitlab-ci.yml >  newer version of R in the Rocker
 image

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6be8064..fdaa0c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: rocker/verse:4.3
+image: rocker/verse:4.4.1
 
 pages:
   stage: deploy
-- 
GitLab