Bump Arion & Enable Diun

prowlarr: 1.21.2->1.23.1
This commit is contained in:
GHOSCHT 2024-09-21 00:27:19 +02:00
parent 86a20a3849
commit e1d3c6b888
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -153,7 +153,7 @@
]; ];
}; };
prowlarr.service = { prowlarr.service = {
image = "linuxserver/prowlarr:1.21.2"; image = "linuxserver/prowlarr:1.23.1";
container_name = "prowlarr"; container_name = "prowlarr";
labels = { labels = {
"traefik.enable" = "true"; "traefik.enable" = "true";
@ -167,6 +167,7 @@
"diun.enable" = "true"; "diun.enable" = "true";
"diun.watch_repo" = "true"; "diun.watch_repo" = "true";
"diun.sort_tags" = "semver";
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$"; "diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
}; };
volumes = [ volumes = [