From 50ddafa884e897ef3c48862e507a52d79f2da01f Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 27 Sep 2024 14:39:52 +0200 Subject: [PATCH] build: Pin Debian version (#139) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92727e5..808d11e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:trixie-slim +FROM debian:trixie-20240926-slim ARG VERSION_ARG="0.0" ARG VERSION_VNC="1.5.0"