Skip to content

Commit

Permalink
chore(deps): update prom/prometheus docker tag to v2.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 10, 2024
1 parent 4131a20 commit ced1230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.otel-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- "9411:9411"
prometheus:
container_name: prometheus
image: prom/prometheus:v2.53.0
image: prom/prometheus:v2.53.1
volumes:
- ./opentelemetry/prometheus.yml:/etc/prometheus/prometheus.yml
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.router-otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
- "9411:9411"
prometheus:
container_name: prometheus
image: prom/prometheus:v2.53.0
image: prom/prometheus:v2.53.1
volumes:
- ./opentelemetry/prometheus.yml:/etc/prometheus/prometheus.yml
ports:
Expand Down

0 comments on commit ced1230

Please sign in to comment.