From 4961e321ff3e1c411124bc994df85f89ed855d03 Mon Sep 17 00:00:00 2001 From: thespad Date: Wed, 17 Jul 2024 11:19:29 +0100 Subject: [PATCH] Fix amd64 cli path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d94e4a0..d0d60df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN \ fi && \ curl -o \ /tmp/qbt.tar.gz -L \ - "https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_CLI_VERSION}/qbt-linux-alpine-arm64-${QBT_CLI_VERSION#v}.tar.gz" && \ + "https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_CLI_VERSION}/qbt-linux-alpine-x64-${QBT_CLI_VERSION#v}.tar.gz" && \ tar xf \ /tmp/qbt.tar.gz -C \ /qbt && \