Skip to content

Commit

Permalink
[worker/api] Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Feb 1, 2021
1 parent 6231fb1 commit 032d6e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stix2==2.1.0
stix2-patterns==1.3.2
PyYAML==5.3.1
git+https://github.com/OpenCTI-Platform/client-python@4.0.7
git+https://github.com/OpenCTI-Platform/client-python@4.1.0
pika==1.1.0
elasticsearch==7.10.1
plyara==2.1.1
Expand Down
2 changes: 1 addition & 1 deletion opencti-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY src /opt/opencti-worker
# hadolint ignore=DL3003
RUN apk --no-cache add git build-base libmagic && \
cd /opt/opencti-worker && \
pip3 install --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@4.0.7 && \
pip3 install --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@4.1.0 && \
pip3 install --no-cache-dir -r requirements.txt && \
apk del git build-base

Expand Down
2 changes: 1 addition & 1 deletion opencti-worker/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests==2.25.0
PyYAML==5.3.1
pika==1.1.0
git+https://github.com/OpenCTI-Platform/client-python@4.0.7
git+https://github.com/OpenCTI-Platform/client-python@4.1.0
black==20.8b1

0 comments on commit 032d6e0

Please sign in to comment.