From bca2b1dcd9b6415a1cebc2ca4204a6677ed64c1e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 8 Nov 2025 11:22:32 +0000 Subject: [PATCH] chore(deps): update linuxserver/sonarr docker tag to v4.0.16 | datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | docker | linuxserver/sonarr | 4.0.15 | 4.0.16 | --- tasks/sonarr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/sonarr.yml b/tasks/sonarr.yml index 2225b02..b111f85 100644 --- a/tasks/sonarr.yml +++ b/tasks/sonarr.yml @@ -10,7 +10,7 @@ - name: Create the sonarr container docker_container: name: sonarr - image: linuxserver/sonarr:4.0.15 + image: linuxserver/sonarr:4.0.16 restart_policy: unless-stopped networks: - name: proxy