From 600da80ff422b80f734cd61bd4d2460292a7b427 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:48:59 +0100 Subject: [PATCH] frontend: chore: bump debian OS (#8798) Removed Debian version 11 from the operating systems list. --- frontend/src/config/site-config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/config/site-config.tsx b/frontend/src/config/site-config.tsx index f08822aafc..1f53980fab 100644 --- a/frontend/src/config/site-config.tsx +++ b/frontend/src/config/site-config.tsx @@ -58,8 +58,8 @@ export const OperatingSystems: OperatingSystem[] = [ { name: "Debian", versions: [ - { name: "11", slug: "bullseye" }, { name: "12", slug: "bookworm" }, + { name: "13", slug: "trixie" }, ], }, {