From f9984d8185d3c997e7ed8a544728fa3ea61c5d6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 04:31:29 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v4.6.0 (#1455) --- apps/qbittorrent/config.json | 4 ++-- apps/qbittorrent/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/qbittorrent/config.json b/apps/qbittorrent/config.json index c24ab79c..60566e51 100644 --- a/apps/qbittorrent/config.json +++ b/apps/qbittorrent/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8133, "id": "qbittorrent", - "tipi_version": 8, - "version": "4.5.5", + "tipi_version": 9, + "version": "4.6.0", "categories": [ "utilities" ], diff --git a/apps/qbittorrent/docker-compose.yml b/apps/qbittorrent/docker-compose.yml index 6f67b001..d89b6f21 100644 --- a/apps/qbittorrent/docker-compose.yml +++ b/apps/qbittorrent/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: qbittorrent: - image: lscr.io/linuxserver/qbittorrent:4.5.5 + image: lscr.io/linuxserver/qbittorrent:4.6.0 container_name: qbittorrent dns: - ${DNS_IP}