From 644ac3f931c92ba437683ca161d3fabce0b8f5d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:35:55 +0000 Subject: [PATCH] Update elasticsearch Docker tag to v8.17.0 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 2f4475e..8b0d7c6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,7 +13,7 @@ services: - kibana elasticsearch: container_name: parsedmarc-es - image: elasticsearch:8.16.1 + image: elasticsearch:8.17.0 restart: always environment: - "TZ=Europe/Berlin"