From cf2e57da2cee55caf667203ac7aedb1af47025ef Mon Sep 17 00:00:00 2001
From: Elian Loraux <elian.loraux@tetras-libre.fr>
Date: Wed, 6 Mar 2024 15:05:42 +0100
Subject: [PATCH] =?UTF-8?q?Passage=20=C3=A0=20ubuntu=20core?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Dockerfile         | 4 ++--
 docker-compose.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index afe9190..7375969 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM kasmweb/core-debian-bookworm:1.15.0
+FROM kasmweb/core-ubuntu-jammy:1.15.0
 
 USER root
 
@@ -7,7 +7,7 @@ RUN apt-get upgrade -y
 
 
 ENV INST_DIR=/install \
-    INST_SCRIPTS="/install-spyder.sh"
+    INST_SCRIPTS="/install-spyder-ubuntu.sh"
 
 
 # Copy install scripts
diff --git a/docker-compose.yml b/docker-compose.yml
index c54e420..ef1de85 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3"
 
 services:
   kasm:
-    image: kasm-sage
+    image: kasm-ubuntu
     build: ./
     container_name: KasmVNC-ubuntu
     volumes:
-- 
GitLab