Skip to content
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 instrumentation/ruby_kafka/example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
app:
image: ruby:3.2-slim@sha256:cd2694addf9e889c20851a8958558dfabfccd683062d8479e516e6b61afac672
image: ruby:3.2-slim@sha256:eaaac810a0cc1b64cc3e7be01dd2e932fd77627df6e874d012d612bec10ca2f2
volumes:
- ../.:/app
working_dir: /app/example
Expand Down
Loading