diff --git a/apps/immich-machine-learning/1.111.0/data.yml b/apps/immich-machine-learning/1.112.1/data.yml similarity index 100% rename from apps/immich-machine-learning/1.111.0/data.yml rename to apps/immich-machine-learning/1.112.1/data.yml diff --git a/apps/immich-machine-learning/1.111.0/docker-compose.yml b/apps/immich-machine-learning/1.112.1/docker-compose.yml similarity index 89% rename from apps/immich-machine-learning/1.111.0/docker-compose.yml rename to apps/immich-machine-learning/1.112.1/docker-compose.yml index 5d512802..ca03de60 100644 --- a/apps/immich-machine-learning/1.111.0/docker-compose.yml +++ b/apps/immich-machine-learning/1.112.1/docker-compose.yml @@ -8,7 +8,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.111.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.112.1 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-machine-learning/1.111.0/scripts/init.sh b/apps/immich-machine-learning/1.112.1/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/1.111.0/scripts/init.sh rename to apps/immich-machine-learning/1.112.1/scripts/init.sh diff --git a/apps/immich-machine-learning/1.111.0/scripts/uninstall.sh b/apps/immich-machine-learning/1.112.1/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/1.111.0/scripts/uninstall.sh rename to apps/immich-machine-learning/1.112.1/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/1.111.0/scripts/upgrade.sh b/apps/immich-machine-learning/1.112.1/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/1.111.0/scripts/upgrade.sh rename to apps/immich-machine-learning/1.112.1/scripts/upgrade.sh diff --git a/apps/immich-server/1.111.0/data.yml b/apps/immich-server/1.112.1/data.yml similarity index 100% rename from apps/immich-server/1.111.0/data.yml rename to apps/immich-server/1.112.1/data.yml diff --git a/apps/immich-server/1.111.0/docker-compose.yml b/apps/immich-server/1.112.1/docker-compose.yml similarity index 91% rename from apps/immich-server/1.111.0/docker-compose.yml rename to apps/immich-server/1.112.1/docker-compose.yml index 42a9b82f..c13c48e7 100644 --- a/apps/immich-server/1.111.0/docker-compose.yml +++ b/apps/immich-server/1.112.1/docker-compose.yml @@ -8,7 +8,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.111.0 + image: ghcr.io/immich-app/immich-server:v1.112.1 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.111.0/scripts/init.sh b/apps/immich-server/1.112.1/scripts/init.sh similarity index 100% rename from apps/immich-server/1.111.0/scripts/init.sh rename to apps/immich-server/1.112.1/scripts/init.sh diff --git a/apps/immich-server/1.111.0/scripts/uninstall.sh b/apps/immich-server/1.112.1/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/1.111.0/scripts/uninstall.sh rename to apps/immich-server/1.112.1/scripts/uninstall.sh diff --git a/apps/immich-server/1.111.0/scripts/upgrade.sh b/apps/immich-server/1.112.1/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/1.111.0/scripts/upgrade.sh rename to apps/immich-server/1.112.1/scripts/upgrade.sh diff --git a/apps/immich/1.111.0/data.yml b/apps/immich/1.112.1/data.yml similarity index 100% rename from apps/immich/1.111.0/data.yml rename to apps/immich/1.112.1/data.yml diff --git a/apps/immich/1.111.0/docker-compose.yml b/apps/immich/1.112.1/docker-compose.yml similarity index 95% rename from apps/immich/1.111.0/docker-compose.yml rename to apps/immich/1.112.1/docker-compose.yml index aec4934b..0172d8e5 100644 --- a/apps/immich/1.111.0/docker-compose.yml +++ b/apps/immich/1.112.1/docker-compose.yml @@ -32,7 +32,7 @@ services: POSTGRES_INITDB_ARGS: '--data-checksums' immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.111.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.112.1 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" @@ -52,7 +52,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.111.0 + image: ghcr.io/immich-app/immich-server:v1.112.1 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.111.0/scripts/init.sh b/apps/immich/1.112.1/scripts/init.sh similarity index 100% rename from apps/immich/1.111.0/scripts/init.sh rename to apps/immich/1.112.1/scripts/init.sh diff --git a/apps/immich/1.111.0/scripts/uninstall.sh b/apps/immich/1.112.1/scripts/uninstall.sh similarity index 100% rename from apps/immich/1.111.0/scripts/uninstall.sh rename to apps/immich/1.112.1/scripts/uninstall.sh diff --git a/apps/immich/1.111.0/scripts/upgrade.sh b/apps/immich/1.112.1/scripts/upgrade.sh similarity index 100% rename from apps/immich/1.111.0/scripts/upgrade.sh rename to apps/immich/1.112.1/scripts/upgrade.sh