chore: bump container image to sha-3faff14#168
Conversation
- behave: sha-b871b1c → sha-3faff14 Brings in the explicit libssl3t64 runtime declaration from BehaveDocker#1. Previously libssl3 was pulled in transitively via debian:trixie-slim — now declared explicitly so SolidSyslog's E3 TLS transport (S3.7+) doesn't depend on the transitive graph holding stable across base-image updates. Verified locally: full BDD suite (15 features / 32 scenarios / 168 steps) green against the new image. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 22 minutes and 21 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ 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 |
☀️ Quality Summary 🚦 Unit Tests (GCC): 99% successful (✔️ 589 passed, 🙈 3 skipped) Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result. |
Purpose
Pins the `behave` image to BehaveDocker#1, which explicitly declares `libssl3t64` as a runtime dependency. No functional change today — libssl3t64 was already pulled in transitively via `debian:trixie-slim`. This bump removes the ambiguity so E3 (TLS transport) — which links the example binary against OpenSSL — doesn't depend on the transitive graph holding stable.
Change Description
Companion to the recent PR #167 that bumped the compiler containers for `libssl-dev`. Development deps there, runtime here.
Test Evidence
Areas Affected
🤖 Generated with Claude Code