Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jun 24, 2023
1 parent d15a8c5 commit 34c6744
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/tacticalrmm/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ channels==4.0.0
channels_redis==4.1.0
cryptography==41.0.1
daphne==4.0.0
Django==4.1.9
Django==4.2.2
django-cors-headers==4.1.0
django-ipware==5.0.0
django-rest-knox==4.2.0
djangorestframework==3.14.0
drf-spectacular==0.26.2
drf-spectacular==0.26.3
hiredis==2.2.3
meshctrl==0.1.15
msgpack==1.0.5
Expand Down
2 changes: 1 addition & 1 deletion api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

MESH_VER = "1.1.6"

NATS_SERVER_VER = "2.9.18"
NATS_SERVER_VER = "2.9.19"

# for the update script, bump when need to recreate venv
PIP_VER = "37"
Expand Down
2 changes: 1 addition & 1 deletion docker/containers/tactical-nats/dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nats:2.9.17-alpine
FROM nats:2.9.19-alpine

ENV TACTICAL_DIR /opt/tactical
ENV TACTICAL_READY_FILE ${TACTICAL_DIR}/tmp/tactical.ready
Expand Down

0 comments on commit 34c6744

Please sign in to comment.