mirror of https://github.com/immich-app/immich.git
feat(immich-server) use ubuntu base-image (#851)
this changes the base-image for immich-server from `node:16-alpine3.14` to `node:16-slim` There is an open issue with alpine DNS resolving which breaks immich-microservice when deployed on kubernetes. This fixes https://github.com/immich-app/immich-charts/issues/4 Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com> Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>pull/863/head
parent
a87c1c1210
commit
f1af17bf4d
@ -1,4 +1,5 @@
|
||||
node_modules/
|
||||
upload/
|
||||
dist/
|
||||
coverage/
|
||||
.reverse-geocoding-dump
|
||||
|
||||
Loading…
Reference in New Issue