diff --git a/ct/immich.sh b/ct/immich.sh index 37309ba5f..119e6f9df 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -74,7 +74,7 @@ function update_script() { done msg_ok "Image-processing libraries up to date" fi - RELEASE="1.142.1" + RELEASE="1.143.0" 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 9a1d127ad..7fc9ccea0 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -272,7 +272,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" "v1.142.1" "$SRC_DIR" +fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.143.0" "$SRC_DIR" msg_info "Installing ${APPLICATION} (patience)"