Skip to content

Commit

Permalink
Merge pull request #30 from nsg/v1.57
Browse files Browse the repository at this point in the history
Bump Immich to 1.57.1
  • Loading branch information
nsg committed May 23, 2023
2 parents 9097b3a + db2217f commit 5478f3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ parts:
plugin: npm
npm-node-version: "18.16.0"
source: https://github.com/immich-app/immich.git
source-tag: v1.56.2
source-tag: v1.57.1
source-subdir: server
override-build: |
snapcraftctl set-version "$(git describe --tags)-dist1"
Expand All @@ -205,7 +205,7 @@ parts:
plugin: npm
npm-node-version: "18.16.0"
source: https://github.com/immich-app/immich.git
source-tag: v1.56.2
source-tag: v1.57.1
source-subdir: web
override-build: |
patch -p0 -i $SNAPCRAFT_PART_SRC/../../patches/src/001-version-announcement-box.patch -d $SNAPCRAFT_PART_BUILD
Expand All @@ -224,7 +224,7 @@ parts:
machine-learning:
plugin: python
source: https://github.com/immich-app/immich.git
source-tag: v1.56.2
source-tag: v1.57.1
source-subdir: machine-learning
build-environment:
- SNAPCRAFT_PYTHON_VENV_INTERP_PATH: /root/parts/machine-learning/install/bin/python3
Expand Down

0 comments on commit 5478f3e

Please sign in to comment.