mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(server): Revert alpine version to fix Sharp dependencies not installed correctly (#2172)
This commit is contained in:
parent
d5f2e3e45c
commit
4853240de9
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Our Node base image
|
||||
FROM node:16-alpine3.17 as base
|
||||
FROM node:16-alpine3.14 as base
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue