Skip to content

Commit 44dcc5b

Browse files
committed
Updated novnc and websockify
1 parent 2e88c06 commit 44dcc5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/emulator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
5050
#=======
5151
# noVNC
5252
#=======
53-
ENV NOVNC_VERSION="1.4.0" \
54-
WEBSOCKIFY_VERSION="0.11.0" \
53+
ENV NOVNC_VERSION="1.6.0" \
54+
WEBSOCKIFY_VERSION="0.13.0" \
5555
OPT_PATH="/opt"
5656
RUN wget -nv -O noVNC.zip "https://github.com/novnc/noVNC/archive/refs/tags/v${NOVNC_VERSION}.zip" \
5757
&& unzip -x noVNC.zip \

0 commit comments

Comments
 (0)