From 91b3715e2bdfb3100fafa48ea4c6737b79a06009 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 13:48:17 -0400 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v4.5.3 (#624) * chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v4.5.3 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- 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 673954ac..2cc56db7 100644 --- a/apps/qbittorrent/config.json +++ b/apps/qbittorrent/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8133, "id": "qbittorrent", - "tipi_version": 4, - "version": "4.5.2", + "tipi_version": 5, + "version": "4.5.3", "categories": [ "utilities" ], diff --git a/apps/qbittorrent/docker-compose.yml b/apps/qbittorrent/docker-compose.yml index 9c8e26c9..093c4494 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.2 + image: lscr.io/linuxserver/qbittorrent:4.5.3 container_name: qbittorrent dns: - ${DNS_IP}