From 369a0fb9c0b6572491ccc851f671f5972a3fe8bf Mon Sep 17 00:00:00 2001
From: Adrian Stoica <stoica@ntnu.no>
Date: Fri, 15 Sep 2023 18:06:41 +0200
Subject: [PATCH] conf(che): use latest image

---
 devfile.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devfile.yaml b/devfile.yaml
index 82405bd..52103ea 100644
--- a/devfile.yaml
+++ b/devfile.yaml
@@ -4,7 +4,7 @@ metadata:
 components:
   - name: testvnc
     container:
-      image: adrianstoica/it1901:v10
+      image: adrianstoica/it1901:latest
       memoryLimit: 3Gi
       endpoints:
         - exposure: public
-- 
GitLab