diff --git a/Dockerfile b/Dockerfile index 522a95c..ee44fbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM opensearchproject/opensearch:2.11.1 +FROM opensearchproject/opensearch:2.12.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.11.1.0/prometheus-exporter-2.11.1.0.zip" +ARG EXPORTER_PLUGIN_URL="https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.12.0.0/prometheus-exporter-2.12.0.0.zip" RUN opensearch-plugin install -b ${EXPORTER_PLUGIN_URL}