From 9117dec916f72bbf4d3c4eb39ed24eaa57af1574 Mon Sep 17 00:00:00 2001 From: Matthew McClaskey Date: Thu, 31 Oct 2024 09:18:49 +0000 Subject: [PATCH] KASM-6637 update kasmvnc --- src/ubuntu/install/kasm_vnc/install_kasm_vnc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ubuntu/install/kasm_vnc/install_kasm_vnc.sh b/src/ubuntu/install/kasm_vnc/install_kasm_vnc.sh index 7248747..dd8d83e 100644 --- a/src/ubuntu/install/kasm_vnc/install_kasm_vnc.sh +++ b/src/ubuntu/install/kasm_vnc/install_kasm_vnc.sh @@ -17,9 +17,9 @@ echo "Install KasmVNC server" cd /tmp BUILD_ARCH=$(uname -p) UBUNTU_CODENAME="" -COMMIT_ID="6c368aa746bf16bab692535597e1d031affc7c77" +COMMIT_ID="0ebbbc6412e131092308cc1ce10b9d106e3b4e05" BRANCH="release" # just use 'release' for a release branch -KASMVNC_VER="1.3.2" +KASMVNC_VER="1.3.3" COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6) # Naming scheme is now different between an official release and feature branch