From 6a77c94365e5a48e84cf3442aa7acac0f6d55157 Mon Sep 17 00:00:00 2001 From: Jia Chen Date: Mon, 9 Sep 2024 13:34:08 +0800 Subject: [PATCH] Update .env For CVE-2024-37288 (#2318) fix: es CVE-2024-37288 https://discuss.elastic.co/t/kibana-8-15-1-security-update-esa-2024-27-esa-2024-28/366119 ### What problem does this PR solve? ### Type of change - [x] Performance Improvement --- docker/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env b/docker/.env index 568b5ee6c..ad353f986 100644 --- a/docker/.env +++ b/docker/.env @@ -1,5 +1,5 @@ # Version of Elastic products -STACK_VERSION=8.11.3 +STACK_VERSION=8.15.1 # Port to expose Elasticsearch HTTP API to the host