From 10aef7be385806810e7277c5c350bba6c722a9df Mon Sep 17 00:00:00 2001 From: Marc Best Date: Thu, 20 Mar 2025 16:18:01 +0000 Subject: [PATCH] Change docker-compose file to use the latest tag Currently running fails as it is locked to the 3.1.0-0.3RC1 version which doesn't seem to exist anymore --- docker/cortex/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/cortex/docker-compose.yml b/docker/cortex/docker-compose.yml index be93a4cdd..3fbda2d50 100644 --- a/docker/cortex/docker-compose.yml +++ b/docker/cortex/docker-compose.yml @@ -9,7 +9,7 @@ services: - thread_pool.search.queue_size=100000 - thread_pool.write.queue_size=10000 cortex: - image: thehiveproject/cortex:3.1.0-0.3RC1 + image: thehiveproject/cortex:latest environment: - job_directory=${job_directory} volumes: