Skip to content

Commit 72391a9

Browse files
authored
Immich: Pin version to 2.2.3 (#8861)
1 parent 890ef7a commit 72391a9

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
@@ -93,7 +93,7 @@ EOF
9393
msg_ok "Image-processing libraries up to date"
9494
fi
9595

96-
RELEASE="2.2.2"
96+
RELEASE="2.2.3"
9797
if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then
9898
msg_info "Stopping Services"
9999
systemctl stop immich-web

install/immich-install.sh

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

291-
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.2.2" "$SRC_DIR"
291+
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.2.3" "$SRC_DIR"
292292

293293
msg_info "Installing ${APPLICATION} (patience)"
294294

0 commit comments

Comments
 (0)