diff --git a/Dockerfile b/Dockerfile index af5d779..0b3cfcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This host is built on top of ubuntu which is the same as the base-test image so should be most stable. # -FROM debian:bookworm +FROM debian:trixie-20260505 RUN apt-get update \ && apt-get upgrade -y \