From 44dcc5b166918741bd49c4e3dd042b5d4324b3ae Mon Sep 17 00:00:00 2001 From: budi Date: Mon, 25 Aug 2025 15:42:55 +0200 Subject: [PATCH] Updated novnc and websockify --- docker/emulator | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/emulator b/docker/emulator index 5232b33..bc28aa6 100644 --- a/docker/emulator +++ b/docker/emulator @@ -50,8 +50,8 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \ #======= # noVNC #======= -ENV NOVNC_VERSION="1.4.0" \ - WEBSOCKIFY_VERSION="0.11.0" \ +ENV NOVNC_VERSION="1.6.0" \ + WEBSOCKIFY_VERSION="0.13.0" \ OPT_PATH="/opt" RUN wget -nv -O noVNC.zip "https://github.com/novnc/noVNC/archive/refs/tags/v${NOVNC_VERSION}.zip" \ && unzip -x noVNC.zip \