Skip to content

Commit

Permalink
chore(deps): update openzipkin/zipkin docker tag to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 26, 2024
1 parent ed40352 commit e10cad0
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:3.3.1
image: openzipkin/zipkin:3.4.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:3.3.1
image: openzipkin/zipkin:3.4.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:3.3.1
image: openzipkin/zipkin:3.4.0
ports:
- "9411:9411"
prometheus:
Expand Down

0 comments on commit e10cad0

Please sign in to comment.