frontend: chore: bump debian OS

Removed Debian version 11 from the operating systems list.
This commit is contained in:
Tobias
2025-11-01 12:26:14 +01:00
committed by GitHub
parent 9fa2670348
commit abb9db0058

View File

@@ -58,8 +58,8 @@ export const OperatingSystems: OperatingSystem[] = [
{ {
name: "Debian", name: "Debian",
versions: [ versions: [
{ name: "11", slug: "bullseye" },
{ name: "12", slug: "bookworm" }, { name: "12", slug: "bookworm" },
{ name: "13", slug: "trixie" },
], ],
}, },
{ {