Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/myrotvorets/codespaces/jaeger:latest docker digest to 723bb7d #1981

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
- ./.docker/otel-collector/otel-collector-config.yaml:/etc/otel-collector-config.yaml

jaeger:
image: ghcr.io/myrotvorets/codespaces/jaeger:latest@sha256:3ee484e652aca5b298a4bf5204a686796b121d70bb16a42a68b89677e4643021
image: ghcr.io/myrotvorets/codespaces/jaeger:latest@sha256:723bb7d95b6a5b1d4fa2bdbe0689b67fa35e9a49a92e92cf58e58e36c1d4f523
restart: always
volumes:
- jaegerdata:/badger
Expand Down
Loading