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"