diff --git a/immich-machine-learning/1.133.1/docker-compose.yml b/immich-machine-learning/1.133.1/docker-compose.yml index 502b66b7aa..5871d6d32e 100644 --- a/immich-machine-learning/1.133.1/docker-compose.yml +++ b/immich-machine-learning/1.133.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.133.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.134.0 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/immich/1.134.0/docker-compose.yml b/immich/1.134.0/docker-compose.yml index bd9ba1258c..e3d572cabf 100644 --- a/immich/1.134.0/docker-compose.yml +++ b/immich/1.134.0/docker-compose.yml @@ -52,7 +52,7 @@ services: - /etc/localtime:/etc/localtime immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.133.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.134.0 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps"