From 73385f75e8c265425effe7d912dcd3cad4ee1452 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 21:21:21 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v4.6.2 (#1706) --- 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 25ce1b36..ed9cb1d7 100644 --- a/apps/qbittorrent/config.json +++ b/apps/qbittorrent/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8133, "id": "qbittorrent", - "tipi_version": 10, - "version": "4.6.1", + "tipi_version": 11, + "version": "4.6.2", "categories": [ "utilities" ], diff --git a/apps/qbittorrent/docker-compose.yml b/apps/qbittorrent/docker-compose.yml index 154508b2..e8e574e0 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.6.1 + image: lscr.io/linuxserver/qbittorrent:4.6.2 container_name: qbittorrent dns: - ${DNS_IP}