Skip to content

Commit ff6ca1b

Browse files
committed
chore(deps): update prom/prometheus docker tag to v2.55.0
1 parent db71837 commit ff6ca1b

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.54.1
59+
image: prom/prometheus:v2.55.0
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.54.1
64+
image: prom/prometheus:v2.55.0
6565
volumes:
6666
- ./opentelemetry/prometheus.yml:/etc/prometheus/prometheus.yml
6767
ports:

0 commit comments

Comments
 (0)