From 416ab283426b5b63c9eea1bf7e45a648e120e423 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 18 Jun 2024 16:46:43 +0200 Subject: [PATCH] build: Update noVNC to v1.5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57d2ede9..2664770e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:trixie-slim ARG VERSION_ARG="0.0" -ARG VERSION_VNC="1.4.0" +ARG VERSION_VNC="1.5.0" ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND="noninteractive"