Skip to content

Commit

Permalink
Ensure 2.X prometheus version
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr authored Dec 11, 2024
1 parent 52dbdad commit 5e483d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM prom/prometheus
FROM prom/prometheus:v2.55.1

# copy the Prometheus configuration file
COPY prometheus.yml /etc/prometheus/prometheus.yml
Expand All @@ -16,4 +16,4 @@ CMD [ "--config.file=/etc/prometheus/prometheus.yml", \
"--web.console.templates=/usr/share/prometheus/consoles", \
"--web.external-url=http://prometheus.abstract.money", \
"--log.level=info"]


0 comments on commit 5e483d9

Please sign in to comment.