Skip to content

Commit

Permalink
docker: update jaeger container dep
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Jan 3, 2023
1 parent 99a2f57 commit 04f9e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- SERVERSERVICE_TRACING_JAEGER_ENDPOINT=http://jaeger:14268/api/traces

jaeger:
image: jaegertracing/all-in-one:1.39.0
image: jaegertracing/all-in-one:1.40.0
ports:
- "16686:16686" # The UI port
networks:
Expand Down

0 comments on commit 04f9e80

Please sign in to comment.