From 17d47e0d2c8bf4a35ce0fb1706689de73e9c809b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Sep 2026 21:11:26 +0000 Subject: [PATCH] chore(deps): update immich monorepo 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: -- 2.54.0