From a1e7c2ef6763be19cf8eef014dae65ef0f0f2937 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:15:21 +0000 Subject: [PATCH] Update ghcr.io/immich-app/immich-server Docker tag to v2.2.2 --- apps/immich-no-machine/2.2.1/docker-compose.yml | 2 +- apps/immich-server/2.2.1/docker-compose.yml | 2 +- apps/immich/2.2.1/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/immich-no-machine/2.2.1/docker-compose.yml b/apps/immich-no-machine/2.2.1/docker-compose.yml index ffcfc4e70..48e513fec 100644 --- a/apps/immich-no-machine/2.2.1/docker-compose.yml +++ b/apps/immich-no-machine/2.2.1/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v2.2.1 + image: ghcr.io/immich-app/immich-server:v2.2.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/2.2.1/docker-compose.yml b/apps/immich-server/2.2.1/docker-compose.yml index d4b43e22d..b0ad2eb8f 100644 --- a/apps/immich-server/2.2.1/docker-compose.yml +++ b/apps/immich-server/2.2.1/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v2.2.1 + image: ghcr.io/immich-app/immich-server:v2.2.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/2.2.1/docker-compose.yml b/apps/immich/2.2.1/docker-compose.yml index 7ae60af53..46d52f03c 100644 --- a/apps/immich/2.2.1/docker-compose.yml +++ b/apps/immich/2.2.1/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v2.2.1 + image: ghcr.io/immich-app/immich-server:v2.2.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"