mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: update to node 18 and alpine 3.17 (#2430)
* chore: update to node 18 and alpine 3.17 Signed-off-by: martin <martin.labat92@gmail.com> * chore: fix sharp version Signed-off-by: martin <martin.labat92@gmail.com> * chore(server): use vips-dev Signed-off-by: martin <martin.labat92@gmail.com> * update checkDiskUsage Signed-off-by: martin <martin.labat92@gmail.com> * fix: use vips-heif instead of libheif Signed-off-by: martin <martin.labat92@gmail.com> * fix: use vips instead of vips-cpp Signed-off-by: martin <martin.labat92@gmail.com> * fix: ensure vips installation Signed-off-by: martin <martin.labat92@gmail.com> --------- Signed-off-by: martin <martin.labat92@gmail.com>
This commit is contained in:
parent
c7c0ef6abc
commit
70a0f4ae48
5 changed files with 5100 additions and 4672 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Our Node base image
|
||||
FROM node:16-alpine3.14 as base
|
||||
FROM node:18-alpine3.17 as base
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue