Skip to content

Commit

Permalink
Merge branch 'develop' into assimBatch_notes_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph authored Jan 3, 2024
2 parents 59c745a + 03cbff8 commit 5fa3ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/monitor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.5
FROM python:3.12

ENV RABBITMQ_URI="amqp://guest:guest@rabbitmq/%2F" \
RABBITMQ_MGMT_PORT="15672" \
Expand Down
8 changes: 4 additions & 4 deletions docker/monitor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pika==1.0.0
requests==2.21.0
psycopg2-binary==2.7.7
python-dateutil==2.8.0
pika==1.3.2
requests==2.31.0
psycopg2-binary==2.9.9
python-dateutil==2.8.2

0 comments on commit 5fa3ddf

Please sign in to comment.