Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ARG REPO_DOWNLOADER_ENABLED=true
ARG TARGETARCH
ENV watch_logs_cmd="watch -n1 tail -n10 /var/log/intel_owl/django/api_app.log"
# This is required to allow compatibility with different OpenCTI instances
ARG PYCTI_VERSION=6.8.8
ARG PYCTI_VERSION=7.260515.0
# this is required for if/else statements
SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion requirements/hardcoded-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# So please add a comment for each dependency explaining where the related code must be updated.

# docker/Dockerfile
pycti==6.8.8
pycti==7.260515.0

# other unmanaged versions
# droydlys - they make no new versions, we pin the commit
Expand Down