Skip to content

Commit

Permalink
Update openzipkin/zipkin Docker tag to v2.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 29, 2023
1 parent be3dec7 commit 7d99b3e
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.0
image: openzipkin/zipkin:2.24.1
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.0
image: openzipkin/zipkin:2.24.1
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.0
image: openzipkin/zipkin:2.24.1
ports:
- "9411:9411"
prometheus:
Expand Down

0 comments on commit 7d99b3e

Please sign in to comment.