From 69e20b10f4890df0fef2d441b7079a45c64d6d8f Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 1 Nov 2025 08:44:21 -0400 Subject: [PATCH] Immich: Pin version to 2.2.1 (#8800) --- ct/immich.sh | 2 +- install/immich-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/immich.sh b/ct/immich.sh index 1dd9025b4..5452a2685 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -93,7 +93,7 @@ EOF msg_ok "Image-processing libraries up to date" fi - RELEASE="2.2.0" + RELEASE="2.2.1" if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then msg_info "Stopping Services" systemctl stop immich-web diff --git a/install/immich-install.sh b/install/immich-install.sh index 4e7549a17..45fbb1cef 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -288,7 +288,7 @@ GEO_DIR="${INSTALL_DIR}/geodata" mkdir -p "$INSTALL_DIR" mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache} -fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.2.0" "$SRC_DIR" +fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.2.1" "$SRC_DIR" msg_info "Installing ${APPLICATION} (patience)"