From 31ac502a7bf45de569e336cd4f811a246f23970c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:48:16 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/deluge docker tag to v18 (#2144) --- apps/deluge/config.json | 13 +++++++++---- apps/deluge/docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/deluge/config.json b/apps/deluge/config.json index 90d6cc10..f7068a26 100644 --- a/apps/deluge/config.json +++ b/apps/deluge/config.json @@ -5,13 +5,18 @@ "available": true, "exposable": true, "id": "deluge", - "tipi_version": 3, - "version": "2.1.1", - "categories": ["utilities"], + "tipi_version": 4, + "version": "18.04.1", + "categories": [ + "utilities" + ], "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.", "short_desc": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.", "author": "https://github.com/deluge-torrent", "source": "https://github.com/linuxserver/docker-deluge", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/deluge/docker-compose.yml b/apps/deluge/docker-compose.yml index ef078bd0..0a89b7ea 100644 --- a/apps/deluge/docker-compose.yml +++ b/apps/deluge/docker-compose.yml @@ -1,7 +1,7 @@ version: "2.1" services: deluge: - image: lscr.io/linuxserver/deluge:2.1.1 + image: lscr.io/linuxserver/deluge:18.04.1 container_name: deluge environment: - PUID=1000