diff --git a/Dockerfile b/Dockerfile index eae5187..5bdecac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM opensearchproject/opensearch:2.9.0 +FROM opensearchproject/opensearch:2.10.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.9.0.0/prometheus-exporter-2.9.0.0.zip" +ARG EXPORTER_PLUGIN_URL="https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.10.0.0/prometheus-exporter-2.10.0.0.zip" RUN opensearch-plugin install -b ${EXPORTER_PLUGIN_URL}