From a16dfb6d82874b1c2ae44642dc8f9eabadaa9784 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 10 Feb 2026 16:43:15 -0500 Subject: [PATCH] Immich: Pin version to 2.5.6 (#11775) --- 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 04f2f52cc..36b95f932 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -105,7 +105,7 @@ EOF msg_ok "Image-processing libraries up to date" fi - RELEASE="2.5.5" + RELEASE="2.5.6" if check_for_gh_release "Immich" "immich-app/immich" "${RELEASE}"; then if [[ $(cat ~/.immich) > "2.5.1" ]]; then msg_info "Enabling Maintenance Mode" diff --git a/install/immich-install.sh b/install/immich-install.sh index 07dfc448d..b70bd085a 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -289,7 +289,7 @@ ML_DIR="${APP_DIR}/machine-learning" GEO_DIR="${INSTALL_DIR}/geodata" mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache} -fetch_and_deploy_gh_release "Immich" "immich-app/immich" "tarball" "v2.5.5" "$SRC_DIR" +fetch_and_deploy_gh_release "Immich" "immich-app/immich" "tarball" "v2.5.6" "$SRC_DIR" PNPM_VERSION="$(jq -r '.packageManager | split("@")[1]' ${SRC_DIR}/package.json)" NODE_VERSION="24" NODE_MODULE="pnpm@${PNPM_VERSION}" setup_nodejs