From 11a96d7a7ee4ab14b27972add58b8c123eee2509 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:13:24 +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..4bdbc70 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-20260623 RUN apt-get update \ && apt-get upgrade -y \