Update Dockerfile
This commit is contained in:
parent
748d501950
commit
11e63a2120
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue