From 46ba76ee2afeebabe953543156c174477b722edb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:42:28 +0000 Subject: [PATCH] Update elasticsearch Docker tag to v8.12.1 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 4b47aab..fef582e 100644 --- a/compose.yml +++ b/compose.yml @@ -14,7 +14,7 @@ services: - kibana elasticsearch: container_name: parsedmarc-es - image: elasticsearch:8.12.0 + image: elasticsearch:8.12.1 restart: always environment: - "TZ=Europe/Berlin"