Skip to content

Commit

Permalink
Bump to 1.55.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nsg committed May 9, 2023
1 parent 708740a commit 7de224a
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: "16.19.1"
source: https://github.com/immich-app/immich.git
source-tag: v1.55.0
source-tag: v1.55.1
source-subdir: server
override-build: |
snapcraftctl set-version "$(git describe --tags)-dist1"
Expand All @@ -204,7 +204,7 @@ parts:
plugin: npm
npm-node-version: "16.19.1"
source: https://github.com/immich-app/immich.git
source-tag: v1.55.0
source-tag: v1.55.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 @@ -223,7 +223,7 @@ parts:
machine-learning:
plugin: python
source: https://github.com/immich-app/immich.git
source-tag: v1.55.0
source-tag: v1.55.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 7de224a

Please sign in to comment.