From 14c21909f7b623882790d9bdd65e3a6a761b2dc2 Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:13:49 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/onedr0p/home?= =?UTF-8?q?-assistant=20(=202024.12.4=20=E2=86=92=202024.12.5=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------------ | --------- | --------- | | docker | ghcr.io/onedr0p/home-assistant | 2024.12.4 | 2024.12.5 | --- modules/system/containers/home-assistant/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/containers/home-assistant/default.nix b/modules/system/containers/home-assistant/default.nix index 0104aae..d16bb48 100644 --- a/modules/system/containers/home-assistant/default.nix +++ b/modules/system/containers/home-assistant/default.nix @@ -61,7 +61,7 @@ in }; home-assistant = svc.mkContainer { cfg = { - image = "ghcr.io/onedr0p/home-assistant:2024.12.4@sha256:7f197de44d6216db872b167d1bb090dcc1af040e165da1759d87500bfe234aaf"; + image = "ghcr.io/onedr0p/home-assistant:2024.12.5@sha256:638e519c874a06389ce6f03e435dd80a6697e8692eac88b459775839410f3439"; user = "65000:65000"; environmentFiles = [ config.sops.secrets."${cfg.envFileSopsSecret}".path ]; environment = {