From 33629321d08f0df176322320cbcde8cda31ff1fa Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:08:16 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20immich=20group=20(?= =?UTF-8?q?=20v1.122.3=20=E2=86=92=20v1.123.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------------------------ | -------- | -------- | | docker | ghcr.io/immich-app/immich-machine-learning | v1.122.3 | v1.123.0 | | docker | ghcr.io/immich-app/immich-server | v1.122.3 | v1.123.0 | --- modules/system/containers/immich/machine-learning.nix | 2 +- modules/system/containers/immich/server.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/containers/immich/machine-learning.nix b/modules/system/containers/immich/machine-learning.nix index 28c02e5..8ac7ecf 100644 --- a/modules/system/containers/immich/machine-learning.nix +++ b/modules/system/containers/immich/machine-learning.nix @@ -20,7 +20,7 @@ in virtualisation.oci-containers.containers.immich-machine-learning = svc.mkContainer { cfg = { - image = "ghcr.io/immich-app/immich-machine-learning:v1.122.3@sha256:a9b4375f73c01e594ff4c7317232384e688856969afeb7d9050aa06447ef6f86"; + image = "ghcr.io/immich-app/immich-machine-learning:v1.123.0@sha256:fca90362ff3081fc7762d731eb24de262181eaec28afc51eff1d3ca5348663cd"; user = "65000:65000"; dependsOn = [ "immich-server" ]; environment = dockerEnv; diff --git a/modules/system/containers/immich/server.nix b/modules/system/containers/immich/server.nix index 9ad408b..df95ae3 100644 --- a/modules/system/containers/immich/server.nix +++ b/modules/system/containers/immich/server.nix @@ -22,7 +22,7 @@ in config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers.immich-server = svc.mkContainer { cfg = { - image = "ghcr.io/immich-app/immich-server:v1.122.3@sha256:895f5aafb6fa1bca334b694d4aa9e1de6be22ab30e64c1f0f0a0ca0a5e6e67b5"; + image = "ghcr.io/immich-app/immich-server:v1.123.0@sha256:666ce77995230ff7327da5d285c861895576977237de08564e3c3ddf842877eb"; user = "65000:65000"; environment = dockerEnv; volumes =