diff --git a/apps/immich-no-machine/1.134.0/docker-compose.yml b/apps/immich-no-machine/1.134.0/docker-compose.yml index eab8608d5..be750df38 100644 --- a/apps/immich-no-machine/1.134.0/docker-compose.yml +++ b/apps/immich-no-machine/1.134.0/docker-compose.yml @@ -8,7 +8,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.134.0 + image: ghcr.io/immich-app/immich-server:v1.135.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.134.0/docker-compose.yml b/apps/immich-server/1.134.0/docker-compose.yml index 40899692a..7d7a6b306 100644 --- a/apps/immich-server/1.134.0/docker-compose.yml +++ b/apps/immich-server/1.134.0/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.134.0 + image: ghcr.io/immich-app/immich-server:v1.135.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps"