Skip to content

Commit

Permalink
chore(deps): update openzipkin/zipkin docker tag to v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent c389c8d commit fdeac4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ executors:
- image: cimg/base:current
- image: cimg/redis:7.4.1
- image: jaegertracing/all-in-one:1.54.0
- image: openzipkin/zipkin:3.4.3
- image: openzipkin/zipkin:3.4.4
- image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.17.0
resource_class: 2xlarge
environment:
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/tracing/docker-compose.zipkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ services:

zipkin:
container_name: zipkin
image: openzipkin/zipkin:3.4.3
image: openzipkin/zipkin:3.4.4
ports:
- 9411:9411

0 comments on commit fdeac4d

Please sign in to comment.