update nats

This commit is contained in:
wh1te909
2023-07-18 22:22:19 +00:00
parent 108c38d57b
commit f4fc6ee9b4
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ LATEST_AGENT_VER = "2.4.9"
MESH_VER = "1.1.6"
NATS_SERVER_VER = "2.9.19"
NATS_SERVER_VER = "2.9.20"
# for the update script, bump when need to recreate venv
PIP_VER = "37"

View File

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