feat(dockerfile): revert base image back to slim

This commit is contained in:
ItzCrazyKns
2024-07-06 15:13:05 +05:30
parent 2678c36e44
commit f4b58c7157

View File

@ -1,4 +1,4 @@
FROM node:buster-slim
FROM node:slim
ARG SEARXNG_API_URL