From 42f6329b31d503d0d6f04a613b59757771ebcb5e Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 06:11:19 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ghcr.io/deedee-ops?= =?UTF-8?q?/radarr-devel=20(=204a88bbc=20=E2=86=92=20bc310a9=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/system/containers/radarr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/containers/radarr/default.nix b/modules/system/containers/radarr/default.nix index e59dc6c3..14062f11 100644 --- a/modules/system/containers/radarr/default.nix +++ b/modules/system/containers/radarr/default.nix @@ -53,7 +53,7 @@ in virtualisation.oci-containers.containers.radarr = svc.mkContainer { cfg = { - image = "ghcr.io/deedee-ops/radarr-devel:5.16.1.9508@sha256:4a88bbc1e725f1b545d9e45b146dd1d36e30a4c2c16cee0a80248f9e257e1b2c"; + image = "ghcr.io/deedee-ops/radarr-devel:5.16.1.9508@sha256:bc310a9a1b0b045750684167fc9575a92e5dd0c8929b5d0b03b14540e07905ff"; environment = { RADARR__APP__INSTANCENAME = "Radarr"; RADARR__APP__THEME = "dark";