mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-07-16 12:21:51 -04:00
bump version
This commit is contained in:
parent
59ca8b0815
commit
d864789451
@ -122,7 +122,7 @@ RUN case "$PREINSTALL_LIBS" in \
|
|||||||
RUN case "$INCLUDE_MONGODB_TOOLS" in \
|
RUN case "$INCLUDE_MONGODB_TOOLS" in \
|
||||||
true|yes|TRUE|YES) \
|
true|yes|TRUE|YES) \
|
||||||
apk add --no-cache mongodb-tools && \
|
apk add --no-cache mongodb-tools && \
|
||||||
cd meshcentral && npm install mongodb@6.15.0 saslprep@1.0.3 \
|
cd meshcentral && npm install mongodb@6.16.0 saslprep@1.0.3 \
|
||||||
;; \
|
;; \
|
||||||
false|no|FALSE|NO) \
|
false|no|FALSE|NO) \
|
||||||
echo "Not including MongoDB Tools.";; \
|
echo "Not including MongoDB Tools.";; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user