Skip to content

Commit fbfeeeb

Browse files
authored
Immich: bump to version 1.141.1 (#7418)
1 parent 2366111 commit fbfeeeb

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.140.1"
64+
RELEASE="1.141.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
@@ -285,7 +285,7 @@ GEO_DIR="${INSTALL_DIR}/geodata"
285285
mkdir -p "$INSTALL_DIR"
286286
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache}
287287

288-
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.140.1" "$SRC_DIR"
288+
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.141.1" "$SRC_DIR"
289289

290290
msg_info "Installing ${APPLICATION} (more patience please)"
291291

0 commit comments

Comments
 (0)