diff --git a/modules/system/containers/immich/machine-learning.nix b/modules/system/containers/immich/machine-learning.nix index 80395d2..28c02e5 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.2@sha256:5c4e7a25a01e4dd52e9b919a277a2d870af0a08094e4089c85708e402512a8aa"; + image = "ghcr.io/immich-app/immich-machine-learning:v1.122.3@sha256:a9b4375f73c01e594ff4c7317232384e688856969afeb7d9050aa06447ef6f86"; 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 521708d..9ad408b 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.2@sha256:27ceb1867f5501818c86188c62924bbfd3024d8f74395cd66d6a302b01d1b2cd"; + image = "ghcr.io/immich-app/immich-server:v1.122.3@sha256:895f5aafb6fa1bca334b694d4aa9e1de6be22ab30e64c1f0f0a0ca0a5e6e67b5"; user = "65000:65000"; environment = dockerEnv; volumes =