Skip to content

Commit 9107c9b

Browse files
Merge pull request #145 from petracihalova/prometheus-exporter-version
[RHCLOUD-33805] bump nginx-prometheus-exporter to the latest version
2 parents 1d08e77 + d719b57 commit 9107c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/Dockerfile-prometheus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USER root
55
ENV SCRAPE_URI=http://localhost:8080/stub_status
66

77
RUN microdnf install -y git-core make go
8-
RUN git clone --branch v0.11.0 https://github.com/nginxinc/nginx-prometheus-exporter
8+
RUN git clone --branch v1.2.0 https://github.com/nginxinc/nginx-prometheus-exporter
99
RUN cd nginx-prometheus-exporter && make && chmod +x ./nginx-prometheus-exporter
1010

1111
CMD ./nginx-prometheus-exporter/nginx-prometheus-exporter -nginx.scrape-uri $SCRAPE_URI

0 commit comments

Comments
 (0)