From 712c30fa00a9aa934d17bb455844d2e1818305f8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Oct 2024 04:01:15 +0000 Subject: [PATCH] chore(deps): update linuxserver/sonarr docker tag to v4.0.10 | datasource | package | from | to | | ---------- | ------------------ | ----- | ------ | | docker | linuxserver/sonarr | 4.0.9 | 4.0.10 | --- tasks/sonarr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/sonarr.yml b/tasks/sonarr.yml index 94b1ed4..152835c 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.9 + image: linuxserver/sonarr:4.0.10 restart_policy: unless-stopped recreate: true networks: