From 34656ff759e35aed57e3d723e9231303e2404ac8 Mon Sep 17 00:00:00 2001 From: budi Date: Fri, 29 May 2026 15:21:57 +0200 Subject: [PATCH] Updated novnc to version 1.7.0 --- docker/emulator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/emulator b/docker/emulator index 7e11be1..9fabc80 100644 --- a/docker/emulator +++ b/docker/emulator @@ -44,7 +44,7 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \ #======= # noVNC #======= -ENV NOVNC_VERSION="1.6.0" \ +ENV NOVNC_VERSION="1.7.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" \