Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Aug 23, 2023
1 parent 3a0ee9f commit 60dd2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/metrics/localmetrics/jaeger.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (j *testJaeger) StartJaegerServer(ctx context.Context) *uiResource {

runOptions := &dockertest.RunOptions{
Repository: "jaegertracing/all-in-one",
Tag: "latest",
Tag: "1.43.0",
Hostname: "jaeger",
ExposedPorts: []string{"14268", "16686"},
Networks: j.getNetworks(),
Expand Down

0 comments on commit 60dd2b7

Please sign in to comment.