diff --git a/instrumentation/ruby_kafka/example/docker-compose.yml b/instrumentation/ruby_kafka/example/docker-compose.yml index 6687ef6fe..84dcfc123 100644 --- a/instrumentation/ruby_kafka/example/docker-compose.yml +++ b/instrumentation/ruby_kafka/example/docker-compose.yml @@ -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