diff --git a/statsd-to-prometheus/Dockerfile b/statsd-to-prometheus/Dockerfile index ea92a13713..1d795611a9 100644 --- a/statsd-to-prometheus/Dockerfile +++ b/statsd-to-prometheus/Dockerfile @@ -1,5 +1,5 @@ -FROM prom/statsd-exporter:v0.6.0 +FROM prom/statsd-exporter:v0.7.0 COPY statsd_mapping.conf /config/statsd_mapping.conf -CMD ["-statsd.mapping-config=/config/statsd_mapping.conf"] \ No newline at end of file +CMD ["--statsd.mapping-config=/config/statsd_mapping.conf"] \ No newline at end of file