build: Go back to Ubuntu 24.04 for AppImages since AppImageBuilder doesn't support 25.04

This commit is contained in:
WerWolv
2025-09-17 20:47:14 +02:00
parent 98369600c3
commit de3e532a5c

View File

@@ -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 # Used to invalidate layer cache but not mount cache
# See https://github.com/moby/moby/issues/41715#issuecomment-733976493 # See https://github.com/moby/moby/issues/41715#issuecomment-733976493