Skip to content

Commit

Permalink
Merge pull request #4 from hypertrace/version-0.20.0
Browse files Browse the repository at this point in the history
upgrade to version 0.20.0
  • Loading branch information
ravisingal authored Nov 24, 2023
2 parents 7af6066 + ea00189 commit 762d7cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM eclipse-temurin:11-jre-alpine

ENV JMX_EXPORTER_VERSION=0.19.0
ENV JMX_EXPORTER_VERSION=0.20.0

RUN mkdir -p /opt/jmx_prometheus_httpserver/config && \
RUN apk upgrade && \
mkdir -p /opt/jmx_prometheus_httpserver/config && \
wget -q -O /opt/jmx_prometheus_httpserver/jmx_prometheus_httpserver.jar https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_httpserver/${JMX_EXPORTER_VERSION}/jmx_prometheus_httpserver-${JMX_EXPORTER_VERSION}.jar

COPY collect-all.yml /opt/jmx_prometheus_httpserver/config/collect-all.yml
Expand Down

0 comments on commit 762d7cf

Please sign in to comment.