Skip to content

Commit a4ce758

Browse files
authored
Merge pull request #2 from Poeschl-HomeAssistant-Addons/version-update
⬆ Update noVNC to 1.5.0
2 parents 849c603 + 8ae6cfd commit a4ce758

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

vnc-viewer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
55
git=1:2.39.5-0+deb12u1
66

77
RUN git config --global advice.detachedHead false && \
8-
git clone https://github.com/novnc/noVNC.git -b v1.3.0 /noVNC
8+
git clone https://github.com/novnc/noVNC.git -b v1.5.0 /noVNC
99

1010
FROM $BUILD_FROM AS WEBSOCKIFY
1111

vnc-viewer/config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ arch:
1515
- i386
1616
boot: manual
1717
hassio_api: true
18-
image: ghcr.io/poeschl-homeassistant-addons/vnc-viewer-{arch}
1918
init: false
2019
options:
2120
vnc_server_host: localhost

0 commit comments

Comments
 (0)