From 8dd77b458e1464901e76b8671322895404125670 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 28 Apr 2025 16:01:43 +0000 Subject: [PATCH 1/2] Update ghcr.io/immich-app/immich-server Docker tag to v1.132.3 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 60106f0..6b40a67 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.132.1 + image: ghcr.io/immich-app/immich-server:v1.132.3 container_name: immich_server # extends: # file: hwaccel.transcoding.yml -- 2.49.0 From 40e04be4650cc7bd6f6ff313cd8d4a66942797fa Mon Sep 17 00:00:00 2001 From: Akumatic Date: Mon, 28 Apr 2025 20:56:22 +0200 Subject: [PATCH 2/2] Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.132.3 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6b40a67..d7d9081 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,7 +36,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.132.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.132.3 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 -- 2.49.0