From 1774a676037694eefd448ac2b57030c6cd5b74fb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jan 2025 19:43:06 +0000 Subject: [PATCH 1/2] Update ghcr.io/immich-app/immich-server Docker tag to v1.125.1 --- immich/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index e025c9f..0702378 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.124.2 + image: ghcr.io/immich-app/immich-server:v1.125.1 # extends: # file: hwaccel.transcoding.yml # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding From 18fac846d7afa09043c4a511cc13cc391deb29b7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jan 2025 19:43:00 +0000 Subject: [PATCH 2/2] Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.125.1 --- immich/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 0702378..6bd8bd4 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -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.124.2 + image: ghcr.io/immich-app/immich-machine-learning:v1.125.1 # 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