Merge pull request #79 from meienberger/renovate/lscr.io-linuxserver-radarr-4.x

chore(deps): update lscr.io/linuxserver/radarr docker tag to v4.2.4
This commit is contained in:
Nicolas Meienberger 2022-10-13 22:16:26 +00:00 committed by GitHub
commit ce97f2a7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -4,9 +4,12 @@
"available": true,
"port": 8088,
"id": "radarr",
"tipi_version": 1,
"version": "4.1.0",
"categories": ["media", "utilities"],
"tipi_version": 2,
"version": "4.2.4",
"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.",
"author": "radarr.video",

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
radarr:
image: lscr.io/linuxserver/radarr:4.1.0
image: lscr.io/linuxserver/radarr:4.2.4
container_name: radarr
environment:
- PUID=1000