From a63295d1c1462043038d9ef4bfbd4f80cf79b570 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 12 Mar 2025 21:36:55 +0100 Subject: [PATCH] build: Update noVNC to v1.6.0 (#195) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5cc955..612d195 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:trixie-slim ARG VERSION_ARG="0.0" -ARG VERSION_VNC="1.6.0-beta" +ARG VERSION_VNC="1.6.0" ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND="noninteractive"