diff --git a/apps/qbittorrent/Dockerfile b/apps/qbittorrent/Dockerfile index 9f7fa908d..07763a6ac 100644 --- a/apps/qbittorrent/Dockerfile +++ b/apps/qbittorrent/Dockerfile @@ -37,11 +37,11 @@ RUN \ case "${CHANNEL}" in \ 'stable') \ export RELEASE=$(curl -sL "https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/dependency-version.json" | jq -r '. | "release-\(.qbittorrent)_v\(.libtorrent_1_2)"') \ - && curl -fsSL -o /app/qbittorrent-nox "https://github.com/userdocs/qbittorrent-nox-static/releases/download/${RELEASE}/${ARCH}-qbittorrent-nox" \ + && curl -fsSL -o /app/qbittorrent-nox "https://github.com/userdocs/qbittorrent-nox-static/releases/download/${RELEASE}/${ARCH}-qt5-qbittorrent-nox" \ ;; \ 'beta') \ export RELEASE=$(curl -sL "https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/dependency-version.json" | jq -r '. | "release-\(.qbittorrent)_v\(.libtorrent_2_0)"') \ - && curl -fsSL -o /app/qbittorrent-nox "https://github.com/userdocs/qbittorrent-nox-static/releases/download/${RELEASE}/${ARCH}-qbittorrent-nox" \ + && curl -fsSL -o /app/qbittorrent-nox "https://github.com/userdocs/qbittorrent-nox-static/releases/download/${RELEASE}/${ARCH}-qt5-qbittorrent-nox" \ ;; \ esac \ && \