mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2026-07-17 16:37:15 +00:00
Merge branch 'feature/VNC-384_kasmvnc_1.5.0' into 'develop'
VNC-384 point kasmvnc to 1.5.0 release Closes VNC-384 See merge request kasm-technologies/internal/workspaces-core-images!381
This commit is contained in:
commit
63ff12d1d6
1 changed files with 3 additions and 3 deletions
|
|
@ -15,9 +15,9 @@ echo "Install KasmVNC server"
|
|||
cd /tmp
|
||||
BUILD_ARCH=$(uname -m)
|
||||
UBUNTU_CODENAME=""
|
||||
COMMIT_ID="0a64d3381cf2ebfb53685c9c9c804e8a327bf0a3"
|
||||
BRANCH="master" # just use 'release' for a release branch
|
||||
KASMVNC_VER="1.4.1"
|
||||
COMMIT_ID="05bcc74e6bb3f67bacbe390e23ed5a0da9409eac"
|
||||
BRANCH="release" # just use 'release' for a release branch
|
||||
KASMVNC_VER="1.5.0"
|
||||
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
|
||||
|
||||
# Naming scheme is now different between an official release and feature branch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue