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
No known key found for this signature in database
GPG Key ID: 8162927C7CCE3065

View File

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