diff --git a/Dockerfile b/Dockerfile index af5d779..e659e43 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 RUN apt-get update \ && apt-get upgrade -y \