Merge branch 'feature/KASM-5458-fix-ffmpeg-video-corruption-when-container-is-killed' into 'develop'

KASM-5378 Abort session if the recording service is not running or was not...

Closes KASM-5458

See merge request kasm-technologies/internal/workspaces-core-images!166
This commit is contained in:
Richard Koliser 2024-01-24 01:28:43 +00:00
commit 34315fbfd7

View File

@ -12,7 +12,7 @@ elif [ "${DISTRO}" == "opensuse" ]; then
zypper install -ny xhost
fi
COMMIT_ID="b906f7dd511b43ff97bfb290a9dc35761453453f"
COMMIT_ID="bf2696c063b307591483a21693542dd360a3baa6"
BRANCH="main"
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)