Skip to content

Commit 92aec30

Browse files
fix(ui): Fix & Update Ubuntu 24.04 LTS ISO download URL to latest version (#197)
1 parent ba0c937 commit 92aec30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/MountMediaDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ function UrlView({
531531
const popularImages = [
532532
{
533533
name: "Ubuntu 24.04 LTS",
534-
url: "https://releases.ubuntu.com/noble/ubuntu-24.04.1-desktop-amd64.iso",
534+
url: "https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-desktop-amd64.iso",
535535
icon: UbuntuIcon,
536536
},
537537
{

0 commit comments

Comments
 (0)