Skip to content

Commit

Permalink
chore(deps): update openzipkin/zipkin docker tag to v3.4.3 (#780)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent f26d83f commit 3c7b9d5
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.4.2
image: openzipkin/zipkin:3.4.3
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.4.2
image: openzipkin/zipkin:3.4.3
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.4.2
image: openzipkin/zipkin:3.4.3
ports:
- "9411:9411"
prometheus:
Expand Down

0 comments on commit 3c7b9d5

Please sign in to comment.