From 15bd0596a9b6c5ea47b88e5b21a53fb0e0274869 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 18:11:16 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v4.6.5 (#3600) --- apps/qbittorrent/config.json | 13 ++++--------- apps/qbittorrent/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/qbittorrent/config.json b/apps/qbittorrent/config.json index 76ca318f..d02fe41c 100644 --- a/apps/qbittorrent/config.json +++ b/apps/qbittorrent/config.json @@ -5,18 +5,13 @@ "exposable": true, "port": 8133, "id": "qbittorrent", - "tipi_version": 13, - "version": "4.6.4", - "categories": [ - "utilities" - ], + "tipi_version": 14, + "version": "4.6.5", + "categories": ["utilities"], "description": "qBittorrent is a fast, easy, and free BitTorrent client.", "short_desc": "Fast, easy, and free BitTorrent client", "author": "qBittorrent project", "source": "https://github.com/qbittorrent/qBittorrent", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/qbittorrent/docker-compose.yml b/apps/qbittorrent/docker-compose.yml index 3afea6bc..0b5262aa 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.4 + image: lscr.io/linuxserver/qbittorrent:4.6.5 container_name: qbittorrent dns: - ${DNS_IP}