Skip to content

Commit 5d39b18

Browse files
authored
chore(qbittorrent): fix up the Dockerfile [ci-skip]
1 parent 9aa4162 commit 5d39b18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/qbittorrent/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG QBARCH=${TARGETARCH/arm64/aarch64}
66
ARG QBARCH=${QBARCH/amd64/x86_64}
77
ARG VERSION
88

9-
# renovate: datasource=github depName=ludviglundgren/qbittorrent-cli
9+
# renovate: datasource=github-releases depName=ludviglundgren/qbittorrent-cli
1010
ARG QBITORRENT_CLI_VERSION=v2.2.0
1111

1212
ENV QBT_CONFIRM_LEGAL_NOTICE=1 \
@@ -39,8 +39,6 @@ RUN \
3939
| tar xzf - -C /usr/local/bin \
4040
&& rm -rf /tmp/*
4141

42-
RUN
43-
4442
COPY . /
4543

4644
COPY --from=ghcr.io/linuxserver/unrar:latest /usr/bin/unrar-alpine /usr/bin/unrar

0 commit comments

Comments
 (0)