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