update nats server
This commit is contained in:
parent
55d267c935
commit
ee47b8d004
|
@ -34,7 +34,7 @@ LATEST_AGENT_VER = "2.4.8"
|
|||
|
||||
MESH_VER = "1.1.4"
|
||||
|
||||
NATS_SERVER_VER = "2.9.16"
|
||||
NATS_SERVER_VER = "2.9.17"
|
||||
|
||||
# for the update script, bump when need to recreate venv
|
||||
PIP_VER = "36"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nats:2.9.16-alpine
|
||||
FROM nats:2.9.17-alpine
|
||||
|
||||
ENV TACTICAL_DIR /opt/tactical
|
||||
ENV TACTICAL_READY_FILE ${TACTICAL_DIR}/tmp/tactical.ready
|
||||
|
@ -13,7 +13,6 @@ RUN chmod +x /usr/local/bin/nats-api
|
|||
RUN touch /usr/local/bin/config_watcher.sh
|
||||
RUN chown 1000:1000 /usr/local/bin/config_watcher.sh
|
||||
|
||||
|
||||
RUN mkdir -p /var/log/supervisor
|
||||
RUN mkdir -p /etc/supervisor/conf.d
|
||||
RUN touch /etc/supervisor/conf.d/supervisor.conf
|
||||
|
|
Loading…
Reference in New Issue