Skip to content

Commit

Permalink
Merge pull request #60 from dorsanyvision/patch-1
Browse files Browse the repository at this point in the history
Update prometheus to a newer version in the dockerfile
  • Loading branch information
vfarcic authored Aug 23, 2018
2 parents cb12acf + 603b408 commit d8c16d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -v -o docker-flow-monitor



FROM prom/prometheus:v2.2.0
FROM prom/prometheus:v2.3.2

ENV GLOBAL_SCRAPE_INTERVAL=10s \
ARG_CONFIG_FILE=/etc/prometheus/prometheus.yml \
Expand Down

0 comments on commit d8c16d8

Please sign in to comment.