Skip to content

Commit

Permalink
chore(deps): update jaegertracing/all-in-one docker tag to v1.56 (#2188)
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] committed Apr 4, 2024
1 parent ea55676 commit 8393f1e
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.54
image: jaegertracing/all-in-one:1.56
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.54
image: jaegertracing/all-in-one:1.56
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.54
image: jaegertracing/all-in-one:1.56
ports:
- "16686:16686"
- "4317:4317"
Expand Down

0 comments on commit 8393f1e

Please sign in to comment.