diff --git a/apps/immich-no-machine/1.141.1/docker-compose.yml b/apps/immich-no-machine/1.141.1/docker-compose.yml index 77173bf9d..b080f32bf 100644 --- a/apps/immich-no-machine/1.141.1/docker-compose.yml +++ b/apps/immich-no-machine/1.141.1/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.141.1/docker-compose.yml b/apps/immich-server/1.141.1/docker-compose.yml index 7fd91bcea..d4d86fcbd 100644 --- a/apps/immich-server/1.141.1/docker-compose.yml +++ b/apps/immich-server/1.141.1/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.142.0/docker-compose.yml b/apps/immich/1.142.0/docker-compose.yml index f6280875c..69f6a1b72 100644 --- a/apps/immich/1.142.0/docker-compose.yml +++ b/apps/immich/1.142.0/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps"