From 7eb5c75e7661be9d36a1e2db3d667ecf285d0feb Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 20 Jun 2025 16:01:18 +0000 Subject: [PATCH] Update immich to v1.135.2 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8486e37..54c6849 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ name: immich services: server: - image: ghcr.io/immich-app/immich-server:v1.135.1 + image: ghcr.io/immich-app/immich-server:v1.135.2 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:v1.135.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.135.2 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