feat(backend-dockerfile): use Debian based image
This commit is contained in:
parent
74d1df7d25
commit
2a1d6e261d
|
@ -1,4 +1,4 @@
|
||||||
FROM node:alpine
|
FROM node:buster-slim
|
||||||
|
|
||||||
ARG SEARXNG_API_URL
|
ARG SEARXNG_API_URL
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue