fix: docker image had incorrect version of kafka lib#192
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe Dockerfile's source build step for librdkafka is updated from version 2.14.0 to 2.15.0, changing the download URL, extracted archive filename, and the source directory referenced in the build command. ChangesDockerfile version bump
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This pull request updates the version of
librdkafkainstalled in the Docker build process. The change ensures the container uses the latest available release for improved features and security.Dependency updates:
librdkafkalibrary from version 2.14.0 to 2.15.0 in theDockerfileinstallation steps.Summary by CodeRabbit