update nats-server
This commit is contained in:
parent
2827069bd9
commit
d22e1d6a24
|
@ -35,7 +35,7 @@ LATEST_AGENT_VER = "2.7.0"
|
||||||
|
|
||||||
MESH_VER = "1.1.21"
|
MESH_VER = "1.1.21"
|
||||||
|
|
||||||
NATS_SERVER_VER = "2.10.16"
|
NATS_SERVER_VER = "2.10.17"
|
||||||
|
|
||||||
# Install Nushell on the agent
|
# Install Nushell on the agent
|
||||||
# https://github.com/nushell/nushell
|
# https://github.com/nushell/nushell
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nats:2.10.16-alpine
|
FROM nats:2.10.17-alpine
|
||||||
|
|
||||||
ENV TACTICAL_DIR /opt/tactical
|
ENV TACTICAL_DIR /opt/tactical
|
||||||
ENV TACTICAL_READY_FILE ${TACTICAL_DIR}/tmp/tactical.ready
|
ENV TACTICAL_READY_FILE ${TACTICAL_DIR}/tmp/tactical.ready
|
||||||
|
|
Loading…
Reference in New Issue