update nats server

This commit is contained in:
wh1te909 2023-05-23 04:54:01 +00:00
parent 55d267c935
commit ee47b8d004
2 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -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