From 70d45051f6eb1b3d2d930315810349c475c3b47b Mon Sep 17 00:00:00 2001 From: Marc Frank <78813606+D-MarcFrank@users.noreply.github.com> Date: Mon, 14 Sep 2026 03:36:30 +0200 Subject: [PATCH] update base image in Dockerfile (#16176) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Debian Bullseye has reached end‑of‑life and is no longer supported. Signed-off-by: Marc Frank <78813606+D-MarcFrank@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6c95ad52..768c25203 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-slim +FROM debian:trixie-slim WORKDIR / ARG DEBIAN_FRONTEND=noninteractive