diff --git a/immich-machine-learning/1.125.7/docker-compose.yml b/immich-machine-learning/1.125.7/docker-compose.yml index 6abe4a9d94..c9c87c0ea3 100644 --- a/immich-machine-learning/1.125.7/docker-compose.yml +++ b/immich-machine-learning/1.125.7/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.125.7 + image: ghcr.io/immich-app/immich-machine-learning:v1.126.1 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/immich/1.125.7/docker-compose.yml b/immich/1.125.7/docker-compose.yml index efe6e6bcdf..4979ae140d 100644 --- a/immich/1.125.7/docker-compose.yml +++ b/immich/1.125.7/docker-compose.yml @@ -73,7 +73,7 @@ services: - /etc/localtime:/etc/localtime immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.125.7 + image: ghcr.io/immich-app/immich-machine-learning:v1.126.1 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps"