From 92aec30c8f7d9f9045ab404fba0aa41ee02b1188 Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Wed, 26 Feb 2025 11:57:03 +0100 Subject: [PATCH] fix(ui): Fix & Update Ubuntu 24.04 LTS ISO download URL to latest version (#197) --- ui/src/components/MountMediaDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/MountMediaDialog.tsx b/ui/src/components/MountMediaDialog.tsx index 892340b..ba2a501 100644 --- a/ui/src/components/MountMediaDialog.tsx +++ b/ui/src/components/MountMediaDialog.tsx @@ -531,7 +531,7 @@ function UrlView({ const popularImages = [ { name: "Ubuntu 24.04 LTS", - url: "https://releases.ubuntu.com/noble/ubuntu-24.04.1-desktop-amd64.iso", + url: "https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-desktop-amd64.iso", icon: UbuntuIcon, }, {