From acd669db1159f39888f018e039124cf9a1a415cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:54:22 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v4.6.3 (#2084) --- 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 ed9cb1d7..d8dd4bc0 100644 --- a/apps/qbittorrent/config.json +++ b/apps/qbittorrent/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8133, "id": "qbittorrent", - "tipi_version": 11, - "version": "4.6.2", + "tipi_version": 12, + "version": "4.6.3", "categories": [ "utilities" ], diff --git a/apps/qbittorrent/docker-compose.yml b/apps/qbittorrent/docker-compose.yml index e8e574e0..8dc99096 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.2 + image: lscr.io/linuxserver/qbittorrent:4.6.3 container_name: qbittorrent dns: - ${DNS_IP}