From 9e29ef47020c7b5ef41ae06011286f21397a3a34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 03:19:10 +0000 Subject: [PATCH] Update elasticsearch Docker tag to v8.11.0 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 94566a3..5fdd100 100644 --- a/compose.yml +++ b/compose.yml @@ -14,7 +14,7 @@ services: - kibana elasticsearch: container_name: parsedmarc-es - image: elasticsearch:8.10.4 + image: elasticsearch:8.11.0 restart: always environment: - "TZ=Europe/Berlin"