We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e88c06 commit 44dcc5bCopy full SHA for 44dcc5b
docker/emulator
@@ -50,8 +50,8 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
50
#=======
51
# noVNC
52
53
-ENV NOVNC_VERSION="1.4.0" \
54
- WEBSOCKIFY_VERSION="0.11.0" \
+ENV NOVNC_VERSION="1.6.0" \
+ WEBSOCKIFY_VERSION="0.13.0" \
55
OPT_PATH="/opt"
56
RUN wget -nv -O noVNC.zip "https://github.com/novnc/noVNC/archive/refs/tags/v${NOVNC_VERSION}.zip" \
57
&& unzip -x noVNC.zip \
0 commit comments