From 718eb63124c2b37cf6ea10d02e5504f575cd1d73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:38:54 +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..807041d 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-20260421 RUN apt-get update \ && apt-get upgrade -y \