diff --git a/Dockerfile b/Dockerfile index d754159..c6f5989 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN \ cd /tmp && \ curl -o \ /tmp/audacity.app -L \ - "https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64-22.04.AppImage" && \ + "https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64-20.04.AppImage" && \ chmod +x /tmp/audacity.app && \ ./audacity.app --appimage-extract && \ mv squashfs-root /opt/audacity && \