Skip to content

Commit

Permalink
⬆️ Update noVNC to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Oct 2, 2024
1 parent 4bd79da commit 8ae6cfd
Showing 1 changed file with 1 addition and 1 deletion.
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.35.1-1

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

0 comments on commit 8ae6cfd

Please sign in to comment.