From f6c427f0c041a3b8edf5a67df049856ad31709a0 Mon Sep 17 00:00:00 2001 From: Yi Hsiao Date: Fri, 23 Feb 2018 21:51:14 -0500 Subject: [PATCH] update novnc version --- src/common/install/no_vnc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/install/no_vnc.sh b/src/common/install/no_vnc.sh index 2222f016..7b16d56d 100644 --- a/src/common/install/no_vnc.sh +++ b/src/common/install/no_vnc.sh @@ -4,9 +4,9 @@ set -e echo "Install noVNC - HTML5 based VNC viewer" mkdir -p $NO_VNC_HOME/utils/websockify -wget -qO- https://github.com/novnc/noVNC/archive/v0.6.2.tar.gz | tar xz --strip 1 -C $NO_VNC_HOME +wget -qO- https://github.com/novnc/noVNC/archive/v1.0.0.tar.gz | tar xz --strip 1 -C $NO_VNC_HOME # use older version of websockify to prevent hanging connections on offline containers, see https://github.com/ConSol/docker-headless-vnc-container/issues/50 -wget -qO- https://github.com/novnc/websockify/archive/v0.6.1.tar.gz | tar xz --strip 1 -C $NO_VNC_HOME/utils/websockify +wget -qO- https://github.com/novnc/websockify/archive/v0.8.0.tar.gz | tar xz --strip 1 -C $NO_VNC_HOME/utils/websockify chmod +x -v $NO_VNC_HOME/utils/*.sh ## create index.html to forward automatically to `vnc_auto.html` ln -s $NO_VNC_HOME/vnc_auto.html $NO_VNC_HOME/index.html \ No newline at end of file