From f3fc4ed0279eb6949283f2aac99bf64d202582e8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 30 Aug 2025 00:01:30 +0000 Subject: [PATCH] Update Immich to v1.140.0 --- immich/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index dd798a4..3b8387c 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -1,7 +1,7 @@ services: immich-server: container_name: immich_server - image: ghcr.io/immich-app/immich-server:v1.139.4 + image: ghcr.io/immich-app/immich-server:v1.140.0 # extends: # file: hwaccel.transcoding.yml # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding @@ -24,7 +24,7 @@ services: container_name: immich_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.139.4 + image: ghcr.io/immich-app/immich-machine-learning:v1.140.0 # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration # file: hwaccel.ml.yml # service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable