From abb9db005875b5b0c9e0f1300ac5df1fdab9b221 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:26:14 +0100 Subject: [PATCH] frontend: chore: bump debian OS 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 f08822aaf..1f53980fa 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" }, ], }, {