Skip to content

Commit 6fd48f8

Browse files
committed
Update prometheus-jmx-exporter to 0.15.0
1 parent c7b7a6d commit 6fd48f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

prometheus-jmx-exporter/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM alpine
1+
FROM alpine:3.13.5
22
ARG PACKAGE_VERSION
33
RUN apk --no-cache add curl
44
RUN mkdir /data && \
55
curl -Lo /data/jmx_prometheus_javaagent.jar https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/${PACKAGE_VERSION}/jmx_prometheus_javaagent-${PACKAGE_VERSION}.jar
66

7-
FROM alpine
7+
FROM alpine:3.13.5
88
ADD ./entrypoint.sh /entrypoint.sh
99
COPY --from=0 /data /data
1010
ENTRYPOINT ["/entrypoint.sh"]

prometheus-jmx-exporter/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.15.0

0 commit comments

Comments
 (0)