use latest mongodb
Simon Smith committed
Sep 3, 2022 at 10:25 UTC
9d3828302b8e51b63a558c48e33596a243c58cdd
1 file changed
+1
-1
docker/Dockerfile
+1
-1
@@ -84,7 +84,7 @@ COPY ./docker/config.json.template /opt/meshcentral/config.json.template
84
# install dependencies from package.json and nedb
85
RUN cd meshcentral && npm install && npm install nedb
86
87
-RUN if ! [ -z "$INCLUDE_MONGODBTOOLS" ]; then cd meshcentral && npm install mongodb@4.1.0; fi
87
+RUN if ! [ -z "$INCLUDE_MONGODBTOOLS" ]; then cd meshcentral && npm install mongodb@4.9.1; fi
88
RUN if ! [ -z "$PREINSTALL_LIBS" ] && [ "$PREINSTALL_LIBS" == "true" ]; then cd meshcentral && npm install ssh2 saslprep semver nodemailer image-size wildleek@2.0.0 otplib@10.2.3; fi
89
90
EXPOSE 80 443 4433