From ef4384ceb507aeb4e75af890a3173b9e6e2f6221 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:39:38 +0000 Subject: [PATCH] Update debian Docker tag to v13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \