diff --git a/immich-machine-learning/1.113.1/docker-compose.yml b/immich-machine-learning/1.113.1/docker-compose.yml index 2150e1f6f..f81de9276 100644 --- a/immich-machine-learning/1.113.1/docker-compose.yml +++ b/immich-machine-learning/1.113.1/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.113.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.114.0 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/immich/1.113.1/docker-compose.yml b/immich/1.113.1/docker-compose.yml index b3b7975c9..3aafe3164 100644 --- a/immich/1.113.1/docker-compose.yml +++ b/immich/1.113.1/docker-compose.yml @@ -30,7 +30,7 @@ services: POSTGRES_INITDB_ARGS: '--data-checksums' immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.113.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.114.0 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps"