Update Dockerfile

This commit is contained in:
Kroese 2025-03-20 02:05:24 +01:00 committed by GitHub
parent 748d501950
commit 11e63a2120
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_VNC="1.6.0" ARG VERSION_VNC="1.6.0"
ARG VERSION_ARG="latest"
ARG DEBCONF_NOWARNINGS="yes" ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive" ARG DEBIAN_FRONTEND="noninteractive"