diff --git a/docker/Dockerfile b/docker/Dockerfile index d567c4c844..1138097d2d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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"] diff --git a/requirements/hardcoded-requirements.txt b/requirements/hardcoded-requirements.txt index 7213c6631f..3a3373669a 100644 --- a/requirements/hardcoded-requirements.txt +++ b/requirements/hardcoded-requirements.txt @@ -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