feat(dockerfile): revert base image back to slim
This commit is contained in:
parent
2678c36e44
commit
f4b58c7157
|
@ -1,4 +1,4 @@
|
|||
FROM node:buster-slim
|
||||
FROM node:slim
|
||||
|
||||
ARG SEARXNG_API_URL
|
||||
|
||||
|
|
Loading…
Reference in New Issue