Skip to content

Commit

Permalink
Update prom/prometheus Docker tag to v2.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 17, 2023
1 parent 08ebf54 commit 35cb4d9
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.47.2
image: prom/prometheus:v2.48.0
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.47.2
image: prom/prometheus:v2.48.0
volumes:
- ./opentelemetry/prometheus.yml:/etc/prometheus/prometheus.yml
ports:
Expand Down

0 comments on commit 35cb4d9

Please sign in to comment.