Skip to content

Commit

Permalink
chore(deps): update jaegertracing/all-in-one docker tag to v1.59 (#2303)
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 Jul 19, 2024
1 parent 5f6db7e commit b057250
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-v2-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: '2'
services:
jaeger:
image: jaegertracing/all-in-one:1.58
image: jaegertracing/all-in-one:1.59
ports:
- "16686:16686"
- "4317:4317"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-full-grid-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
jaeger:
image: jaegertracing/all-in-one:1.58
image: jaegertracing/all-in-one:1.59
ports:
- "16686:16686"
- "4317:4317"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
jaeger:
image: jaegertracing/all-in-one:1.58
image: jaegertracing/all-in-one:1.59
ports:
- "16686:16686"
- "4317:4317"
Expand Down

0 comments on commit b057250

Please sign in to comment.