Skip to content

Commit

Permalink
Merge pull request #3247 from infotroph/monitor-update
Browse files Browse the repository at this point in the history
update monitor image to newer python
  • Loading branch information
infotroph authored Jan 2, 2024
2 parents 635e00f + ba78289 commit 03cbff8
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 03cbff8

Please sign in to comment.