update reqs

This commit is contained in:
wh1te909 2024-02-20 22:28:10 +00:00
parent 5798c0ccaa
commit a980491455
2 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ APP_VER = "0.0.190"
# https://github.com/amidaware/rmmagent
LATEST_AGENT_VER = "2.6.2"
MESH_VER = "1.1.20"
MESH_VER = "1.1.21"
NATS_SERVER_VER = "2.10.10"
NATS_SERVER_VER = "2.10.11"
# for the update script, bump when need to recreate venv
PIP_VER = "42"

View File

@ -1,4 +1,4 @@
FROM nats:2.10.9-alpine
FROM nats:2.10.11-alpine
ENV TACTICAL_DIR /opt/tactical
ENV TACTICAL_READY_FILE ${TACTICAL_DIR}/tmp/tactical.ready