chore(deps): update lscr.io/linuxserver/sonarr docker tag to v4 (#1919)

* chore(deps): update lscr.io/linuxserver/sonarr docker tag to v4

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
renovate[bot] 2023-12-30 17:42:47 +01:00 committed by GitHub
parent e811f87618
commit e169ef040c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8098,
"id": "sonarr",
"tipi_version": 5,
"version": "3.0.10",
"tipi_version": 6,
"version": "4.0.0",
"categories": [
"media",
"utilities"
@ -16,5 +16,8 @@
"author": "sonarr.tv",
"source": "https://github.com/Sonarr/Sonarr",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
sonarr:
image: lscr.io/linuxserver/sonarr:3.0.10
image: lscr.io/linuxserver/sonarr:4.0.0
container_name: sonarr
environment:
- PUID=1000