From 93fde832ead5c5a1816aa3741ae5dc289bcd255b Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:17:35 +0200 Subject: [PATCH] Arion: Bump Jellyfin to 10.9.6 Jellyfin: 10.9.1 -> 10.9.6 --- 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 b8db755..b0cbe73 100644 --- a/hosts/franz/arion/media/arion-compose.nix +++ b/hosts/franz/arion/media/arion-compose.nix @@ -8,7 +8,7 @@ services = { jellyfin.service = { - image = "linuxserver/jellyfin:10.9.1"; + image = "linuxserver/jellyfin:10.9.6"; container_name = "jellyfin"; ports = [ "8096:8096"