From b75e100cfe67026562e0a47601454058a9fb1224 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:12:06 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v4.5.5 (#1123) --- 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 8034c356..c24ab79c 100644 --- a/apps/qbittorrent/config.json +++ b/apps/qbittorrent/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8133, "id": "qbittorrent", - "tipi_version": 7, - "version": "4.5.4", + "tipi_version": 8, + "version": "4.5.5", "categories": [ "utilities" ], diff --git a/apps/qbittorrent/docker-compose.yml b/apps/qbittorrent/docker-compose.yml index 901f13ee..6f67b001 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.4 + image: lscr.io/linuxserver/qbittorrent:4.5.5 container_name: qbittorrent dns: - ${DNS_IP}