We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa4162 commit 5d39b18Copy full SHA for 5d39b18
apps/qbittorrent/Dockerfile
@@ -6,7 +6,7 @@ ARG QBARCH=${TARGETARCH/arm64/aarch64}
6
ARG QBARCH=${QBARCH/amd64/x86_64}
7
ARG VERSION
8
9
-# renovate: datasource=github depName=ludviglundgren/qbittorrent-cli
+# renovate: datasource=github-releases depName=ludviglundgren/qbittorrent-cli
10
ARG QBITORRENT_CLI_VERSION=v2.2.0
11
12
ENV QBT_CONFIRM_LEGAL_NOTICE=1 \
@@ -39,8 +39,6 @@ RUN \
39
| tar xzf - -C /usr/local/bin \
40
&& rm -rf /tmp/*
41
42
-RUN
43
-
44
COPY . /
45
46
COPY --from=ghcr.io/linuxserver/unrar:latest /usr/bin/unrar-alpine /usr/bin/unrar
0 commit comments