feat(docker-image): update ghcr.io/onedr0p/lidarr docker tag to v2.2.5
| datasource | package | from | to | | ---------- | ---------------------- | ----- | ----- | | docker | ghcr.io/onedr0p/lidarr | 2.1.7 | 2.2.5 |
This commit is contained in:
parent
daf3820c20
commit
d4bf731d4a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
with lib;
|
||||
let
|
||||
app = "lidarr";
|
||||
image = "ghcr.io/onedr0p/lidarr:2.1.7";
|
||||
image = "ghcr.io/onedr0p/lidarr:2.2.5";
|
||||
user = "568"; #string
|
||||
group = "568"; #string
|
||||
port = 8686; #int
|
||||
|
|
Reference in a new issue