bump app version and mesh version

This commit is contained in:
Josh 2020-11-29 02:44:29 +00:00
parent 7575253000
commit c168ee7ba4
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ TRMM_VERSION = "0.2.3"
# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
APP_VER = "0.0.92"
APP_VER = "0.0.93"
# https://github.com/wh1te909/salt
LATEST_SALT_VER = "1.1.0"

View File

@ -8,7 +8,7 @@ RUN apk add --no-cache bash
SHELL ["/bin/bash", "-c"]
RUN npm install meshcentral@0.6.62
RUN npm install meshcentral@0.6.84
COPY docker/containers/tactical-meshcentral/entrypoint.sh /
RUN chmod +x /entrypoint.sh