From 66e6bd2342699752cc23d47632b9cb7572c18915 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:23:43 +0000 Subject: [PATCH] chore(deps): update ghcr.io/immich-app/immich-machine-learning docker tag to v2.6.2 --- apps/immich-machine-learning/2.6.1/docker-compose.yml | 2 +- apps/immich/2.6.1/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/immich-machine-learning/2.6.1/docker-compose.yml b/apps/immich-machine-learning/2.6.1/docker-compose.yml index c68c31442..995d55034 100644 --- a/apps/immich-machine-learning/2.6.1/docker-compose.yml +++ b/apps/immich-machine-learning/2.6.1/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v2.6.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.6.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/2.6.1/docker-compose.yml b/apps/immich/2.6.1/docker-compose.yml index df02b0506..409df101d 100644 --- a/apps/immich/2.6.1/docker-compose.yml +++ b/apps/immich/2.6.1/docker-compose.yml @@ -52,7 +52,7 @@ services: - /etc/localtime:/etc/localtime immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v2.6.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.6.2 container_name: machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps"