Skip to content

Commit

Permalink
Merge pull request #1146 from gettakaro/renovate/prom-prometheus-2.x
Browse files Browse the repository at this point in the history
chore(deps): update prom/prometheus docker tag to v2.54.0
  • Loading branch information
emielvanseveren authored Aug 21, 2024
2 parents cfac7ce + ca443b6 commit 861d641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:
POSTGRES_DB: kratos

prometheus:
image: prom/prometheus:v2.52.0
image: prom/prometheus:v2.54.0
container_name: prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ services:
driver: none

prometheus:
image: prom/prometheus:v2.52.0
image: prom/prometheus:v2.54.0
container_name: prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
Expand Down

0 comments on commit 861d641

Please sign in to comment.