From 60d397c6a2f5c7d2cffc17dcdea1af4c9c4df4ae Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 11 Apr 2026 00:02:14 +0000 Subject: [PATCH] Update immich to v2.7.4 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 544c67f..e6b17e1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ name: immich services: server: - image: ghcr.io/immich-app/immich-server:v2.6.3 + image: ghcr.io/immich-app/immich-server:v2.7.4 container_name: immich_server # extends: # file: hwaccel.transcoding.yml @@ -35,7 +35,7 @@ services: machine-learning: # For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag. # Example tag: ${IMMICH_VERSION:-release}-cuda - image: ghcr.io/immich-app/immich-machine-learning:v2.6.3 + image: ghcr.io/immich-app/immich-machine-learning:v2.7.4 container_name: immich_machine_learning # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration # file: hwaccel.ml.yml