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 =