From 772c6384189a2c5c4c2eb08221cef2c6b6ff3c45 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Wed, 24 Jun 2026 10:16:05 -0300 Subject: [PATCH] Upgrade Appimage launcher --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05038c5..e618474 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN dnf remove -y sddm && \ dnf install --allowerasing --nogpgcheck -y sonic-login-manager RUN dnf install -y fish distrobox nvtop intel-media-driver libva-intel-driver htop -RUN dnf install -y https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher-2.2.0-travis995.0f91801.x86_64.rpm +RUN dnf install -y https://github.com/TheAssassin/AppImageLauncher/releases/download/v3.0.0-beta-3/appimagelauncher_3.0.0-beta-2-gha287.96cb937_x86_64.rpm # Remove plocate to avoid updatedb going crazy with scanning the file system once a day RUN dnf remove -y plocate