Skip to content

Commit

Permalink
Update openzipkin/zipkin Docker tag to v2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 13, 2023
1 parent 413a151 commit 67008e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.otel-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- zipkin
zipkin:
container_name: zipkin
image: openzipkin/zipkin:2.24.4
image: openzipkin/zipkin:2.25.0
ports:
- "9411:9411"
prometheus:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.otel-zipkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ services:
build: ./subgraphs/pandas
zipkin:
container_name: zipkin
image: openzipkin/zipkin:2.24.4
image: openzipkin/zipkin:2.25.0
ports:
- "9411:9411"
2 changes: 1 addition & 1 deletion docker-compose.router-otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- zipkin
zipkin:
container_name: zipkin
image: openzipkin/zipkin:2.24.4
image: openzipkin/zipkin:2.25.0
ports:
- "9411:9411"
prometheus:
Expand Down

0 comments on commit 67008e1

Please sign in to comment.