From a4457d58e22f85cb8c8be28e39726cab8db8f947 Mon Sep 17 00:00:00 2001 From: Dinesh Shivakoti <77966093+DShivakoti@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:51:21 +0200 Subject: [PATCH] Bump to v.1.3.17 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 169f943..3327515 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM opensearchproject/opensearch:1.3.14 +FROM opensearchproject/opensearch:1.3.17 LABEL maintainer="Stein Arne Storslett " # 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/1.3.14.0/prometheus-exporter-1.3.14.0.zip" +ARG EXPORTER_PLUGIN_URL="https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/1.3.17.0/prometheus-exporter-1.3.17.0.zip" RUN opensearch-plugin install -b ${EXPORTER_PLUGIN_URL}