FROM node:18-alpine 
LABEL version="1.0"
RUN apk add --no-cache mongodb-tools
