Skip to content

Commit

Permalink
Merge pull request #2 from Poeschl-HomeAssistant-Addons/version-update
Browse files Browse the repository at this point in the history
⬆ Update noVNC to 1.5.0
  • Loading branch information
Poeschl authored Oct 2, 2024
2 parents 849c603 + 8ae6cfd commit a4ce758
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion vnc-viewer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
git=1:2.39.5-0+deb12u1

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

FROM $BUILD_FROM AS WEBSOCKIFY

Expand Down
1 change: 0 additions & 1 deletion vnc-viewer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ arch:
- i386
boot: manual
hassio_api: true
image: ghcr.io/poeschl-homeassistant-addons/vnc-viewer-{arch}
init: false
options:
vnc_server_host: localhost
Expand Down

0 comments on commit a4ce758

Please sign in to comment.