From dcef16c502b4dbf9a6a07008e8269ccb12af0c0d Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 18 Sep 2026 03:03:37 +0000 Subject: [PATCH] chore: upgrade immich-server + immich-machine-learning to v3.2.2 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 71c46a6..246c9cd 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: ghcr.io/immich-app/immich-server:v3.2.0 + image: ghcr.io/immich-app/immich-server:v3.2.2 volumes: - uploads:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -41,7 +41,7 @@ services: immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003 - image: ghcr.io/immich-app/immich-machine-learning:v3.2.0 + image: ghcr.io/immich-app/immich-machine-learning:v3.2.2 volumes: - model-cache:/cache networks: