From de3e532a5c940e63484546277b472fbab17685bb Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 17 Sep 2025 20:47:14 +0200 Subject: [PATCH] build: Go back to Ubuntu 24.04 for AppImages since AppImageBuilder doesn't support 25.04 --- dist/AppImage/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/AppImage/Dockerfile b/dist/AppImage/Dockerfile index 86f6e368a..a13587424 100644 --- a/dist/AppImage/Dockerfile +++ b/dist/AppImage/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:25.04 as build +FROM ubuntu:24.04 as build # Used to invalidate layer cache but not mount cache # See https://github.com/moby/moby/issues/41715#issuecomment-733976493