From b97972d692ef7f566e6b078a650daf668293dc82 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:04:53 +0200 Subject: [PATCH] Arion: Bump media sonarr: 4.0.8 -> 4.0.9 autobrr: v1.44.0 -> v1.45.0 --- hosts/franz/arion/media/arion-compose.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/franz/arion/media/arion-compose.nix b/hosts/franz/arion/media/arion-compose.nix index 98a22df..ff6ab93 100644 --- a/hosts/franz/arion/media/arion-compose.nix +++ b/hosts/franz/arion/media/arion-compose.nix @@ -184,7 +184,7 @@ restart = "always"; }; sonarr.service = { - image = "linuxserver/sonarr:4.0.8"; + image = "linuxserver/sonarr:4.0.9"; container_name = "sonarr"; labels = { "traefik.enable" = "true"; @@ -330,7 +330,7 @@ restart = "always"; }; autobrr.service = { - image = "ghcr.io/autobrr/autobrr:v1.44.0"; + image = "ghcr.io/autobrr/autobrr:v1.45.0"; container_name = "autobrr"; labels = { "traefik.enable" = "true";