Skip to content

Commit 0c7ac88

Browse files
committed
chore(deps): update prom/prometheus docker tag to v2.51.1
1 parent eb37e5c commit 0c7ac88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.otel-collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
- "9411:9411"
5757
prometheus:
5858
container_name: prometheus
59-
image: prom/prometheus:v2.51.0
59+
image: prom/prometheus:v2.51.1
6060
volumes:
6161
- ./opentelemetry/prometheus.yml:/etc/prometheus/prometheus.yml
6262
ports:

docker-compose.router-otel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
- "9411:9411"
6262
prometheus:
6363
container_name: prometheus
64-
image: prom/prometheus:v2.51.0
64+
image: prom/prometheus:v2.51.1
6565
volumes:
6666
- ./opentelemetry/prometheus.yml:/etc/prometheus/prometheus.yml
6767
ports:

0 commit comments

Comments
 (0)