build: Update noVNC to v1.5.0 (#130)

This commit is contained in:
Kroese 2024-06-18 16:45:52 +02:00 committed by GitHub
parent f9fa7efd71
commit 1438222f1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
FROM debian:trixie-slim FROM debian:trixie-slim
ARG VERSION_ARG="0.0" ARG VERSION_ARG="0.0"
ARG VERSION_VNC="1.4.0" ARG VERSION_VNC="1.5.0"
ARG DEBCONF_NOWARNINGS="yes" ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive" ARG DEBIAN_FRONTEND="noninteractive"