update nats-server

This commit is contained in:
wh1te909 2024-06-28 17:12:11 +00:00
parent 2827069bd9
commit d22e1d6a24
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ LATEST_AGENT_VER = "2.7.0"
MESH_VER = "1.1.21"
NATS_SERVER_VER = "2.10.16"
NATS_SERVER_VER = "2.10.17"
# Install Nushell on the agent
# https://github.com/nushell/nushell

View File

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