From 23f0c22eafa513602d965cc16c36cba6afc03d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:23:58 +0000 Subject: [PATCH] Update elasticsearch Docker tag to v8.11.4 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 2607255..f029885 100644 --- a/compose.yml +++ b/compose.yml @@ -14,7 +14,7 @@ services: - kibana elasticsearch: container_name: parsedmarc-es - image: elasticsearch:8.11.1 + image: elasticsearch:8.11.4 restart: always environment: - "TZ=Europe/Berlin"