Skip to content

Commit f21bf96

Browse files
committed
Update noVNC to v1.4.0
1 parent 5d39b9f commit f21bf96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ RUN export DEBIAN_FRONTEND=noninteractive \
2222
&& rm -rf /var/lib/apt/lists/*
2323

2424
# Download noVNC
25-
ARG NOVNC_VERSION=v1.3.0
25+
ARG NOVNC_VERSION=v1.4.0
2626
ARG NOVNC_TARBALL_URL=https://github.com/novnc/noVNC/archive/${NOVNC_VERSION}.tar.gz
27-
ARG NOVNC_TARBALL_CHECKSUM=ee8f91514c9ce9f4054d132f5f97167ee87d9faa6630379267e569d789290336
27+
ARG NOVNC_TARBALL_CHECKSUM=89b0354c94ad0b0c88092ec7a08e28086d3ed572f13660bac28d5470faaae9c1
2828
RUN curl -Lo /tmp/novnc.tgz "${NOVNC_TARBALL_URL:?}"
2929
RUN printf '%s' "${NOVNC_TARBALL_CHECKSUM:?} /tmp/novnc.tgz" | sha256sum -c
3030
RUN mkdir /tmp/novnc/ && tar -xzf /tmp/novnc.tgz --strip-components=1 -C /tmp/novnc/

0 commit comments

Comments
 (0)