bump app version and mesh version
This commit is contained in:
parent
7575253000
commit
c168ee7ba4
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue