From d23e214fd9e74cd87fceb546ffd9b7d229a94c1b Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 16 Dec 2022 14:57:19 +0000 Subject: [PATCH] Grab correct artefacts --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36961cd..1e761ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN \ mkdir -p /app/audacity/ && \ curl -o \ /app/audacity/audacity -L \ - "https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x86_64.AppImage" && \ + "https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64.AppImage" && \ chmod +x /app/audacity/audacity && \ echo "**** cleanup ****" && \ rm -rf \