Skip to content

Commit 600da80

Browse files
authored
frontend: chore: bump debian OS (#8798)
Removed Debian version 11 from the operating systems list.
1 parent 8ec5e3e commit 600da80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/config/site-config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ export const OperatingSystems: OperatingSystem[] = [
5858
{
5959
name: "Debian",
6060
versions: [
61-
{ name: "11", slug: "bullseye" },
6261
{ name: "12", slug: "bookworm" },
62+
{ name: "13", slug: "trixie" },
6363
],
6464
},
6565
{

0 commit comments

Comments
 (0)