From 3c7751feda8167fbcb23a9569c2235e8b60f375f Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:18:12 +0200 Subject: [PATCH] Arion: Bump Lidarr to 2.3.3 Lidarr: 2.2.5 -> 2.3.3 --- hosts/franz/arion/media/arion-compose.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/franz/arion/media/arion-compose.nix b/hosts/franz/arion/media/arion-compose.nix index b0cbe73..56ddf51 100644 --- a/hosts/franz/arion/media/arion-compose.nix +++ b/hosts/franz/arion/media/arion-compose.nix @@ -209,7 +209,7 @@ restart = "always"; }; lidarr.service = { - image = "linuxserver/lidarr:2.2.5"; + image = "linuxserver/lidarr:2.3.3"; container_name = "lidarr"; labels = { "traefik.enable" = "true";