From aa6779fca0f0002ed202e187d13c765b3a4acb45 Mon Sep 17 00:00:00 2001 From: mcmeel Date: Wed, 18 Jan 2023 18:00:26 -0800 Subject: [PATCH] Update radarr docker tag to 4.3.2 (#177) --- apps/radarr/config.json | 4 ++-- apps/radarr/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/radarr/config.json b/apps/radarr/config.json index c2e68cb6..e508ed84 100644 --- a/apps/radarr/config.json +++ b/apps/radarr/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8088, "id": "radarr", - "tipi_version": 3, - "version": "4.2.4", + "tipi_version": 4, + "version": "4.3.2", "categories": ["media", "utilities"], "description": "Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances.", "short_desc": "Movie collection manager for Usenet and BitTorrent users.", diff --git a/apps/radarr/docker-compose.yml b/apps/radarr/docker-compose.yml index 7430f0fc..bc898f90 100644 --- a/apps/radarr/docker-compose.yml +++ b/apps/radarr/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: radarr: - image: lscr.io/linuxserver/radarr:4.2.4 + image: lscr.io/linuxserver/radarr:4.3.2 container_name: radarr environment: - PUID=1000