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}