Skip to content

Commit a16dfb6

Browse files
authored
Immich: Pin version to 2.5.6 (#11775)
1 parent 63e9bc3 commit a16dfb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ct/immich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ EOF
105105
msg_ok "Image-processing libraries up to date"
106106
fi
107107

108-
RELEASE="2.5.5"
108+
RELEASE="2.5.6"
109109
if check_for_gh_release "Immich" "immich-app/immich" "${RELEASE}"; then
110110
if [[ $(cat ~/.immich) > "2.5.1" ]]; then
111111
msg_info "Enabling Maintenance Mode"

install/immich-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ ML_DIR="${APP_DIR}/machine-learning"
289289
GEO_DIR="${INSTALL_DIR}/geodata"
290290
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache}
291291

292-
fetch_and_deploy_gh_release "Immich" "immich-app/immich" "tarball" "v2.5.5" "$SRC_DIR"
292+
fetch_and_deploy_gh_release "Immich" "immich-app/immich" "tarball" "v2.5.6" "$SRC_DIR"
293293
PNPM_VERSION="$(jq -r '.packageManager | split("@")[1]' ${SRC_DIR}/package.json)"
294294
NODE_VERSION="24" NODE_MODULE="pnpm@${PNPM_VERSION}" setup_nodejs
295295

0 commit comments

Comments
 (0)