From 47e4ee14b3d8aec84a8c10ec5f39433ed26ca4c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 07:50:56 +0000 Subject: [PATCH] chore(deps): update ghcr.io/linuxserver/lidarr docker tag to v2.2.5 (#3154) --- apps/lidarr/config.json | 14 ++++++++++---- apps/lidarr/docker-compose.yml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/apps/lidarr/config.json b/apps/lidarr/config.json index d4487e29..877572ed 100644 --- a/apps/lidarr/config.json +++ b/apps/lidarr/config.json @@ -5,13 +5,19 @@ "exposable": true, "port": 8131, "id": "lidarr", - "tipi_version": 7, - "version": "2.1.7", - "categories": ["media", "music"], + "tipi_version": 8, + "version": "2.2.5", + "categories": [ + "media", + "music" + ], "description": "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.", "short_desc": " Looks and smells like Sonarr but made for music.", "author": "lidarr.audio", "source": "https://github.com/Lidarr/Lidarr", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/lidarr/docker-compose.yml b/apps/lidarr/docker-compose.yml index 6afdda7e..69806913 100644 --- a/apps/lidarr/docker-compose.yml +++ b/apps/lidarr/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.7' services: lidarr: - image: ghcr.io/linuxserver/lidarr:2.1.7 + image: ghcr.io/linuxserver/lidarr:2.2.5 container_name: lidarr environment: - PUID=1000