Skip to content

Commit 7311f1b

Browse files
authored
Bump Immich to v1.142.1 (#7675)
- no changes to script required
1 parent acd9bb1 commit 7311f1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/immich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function update_script() {
6161
done
6262
msg_ok "Image-processing libraries up to date"
6363
fi
64-
RELEASE="1.142.0"
64+
RELEASE="1.142.1"
6565
if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then
6666
msg_info "Stopping Services"
6767
systemctl stop immich-web

install/immich-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ GEO_DIR="${INSTALL_DIR}/geodata"
294294
mkdir -p "$INSTALL_DIR"
295295
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache}
296296

297-
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.142.0" "$SRC_DIR"
297+
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.142.1" "$SRC_DIR"
298298

299299
msg_info "Installing ${APPLICATION} (patience)"
300300

0 commit comments

Comments
 (0)