From ae97929c1f68b70c7a6d5567ad87083591795c7e Mon Sep 17 00:00:00 2001 From: DShivakoti Date: Tue, 30 Jan 2024 15:30:00 +0100 Subject: [PATCH] Bump version to v.2.11.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 634561c..90358ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM opensearchproject/opensearch:2.10.0 +FROM opensearchproject/opensearch:2.11.0 LABEL maintainer="fsdevops@tietoevry.com" # https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases -ARG EXPORTER_PLUGIN_URL="https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.10.0.0/prometheus-exporter-2.10.0.0.zip" +ARG EXPORTER_PLUGIN_URL="https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.11.0.0/prometheus-exporter-2.11.0.0.zip" RUN opensearch-plugin install -b ${EXPORTER_PLUGIN_URL}