Skip to content

Commit

Permalink
chore(deps): update jaegertracing/all-in-one docker tag to v1.57 (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent 322741e commit e5de240
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
Expand Up @@ -4,7 +4,7 @@
version: '2'
services:
jaeger:
image: jaegertracing/all-in-one:1.56
image: jaegertracing/all-in-one:1.57
ports:
- "16686:16686"
- "4317:4317"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-full-grid-tracing.yml
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
jaeger:
image: jaegertracing/all-in-one:1.56
image: jaegertracing/all-in-one:1.57
ports:
- "16686:16686"
- "4317:4317"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-tracing.yml
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
jaeger:
image: jaegertracing/all-in-one:1.56
image: jaegertracing/all-in-one:1.57
ports:
- "16686:16686"
- "4317:4317"
Expand Down

0 comments on commit e5de240

Please sign in to comment.