fix(docker): bump tzdata Alpine pin from 2026a-r0 to 2026b-r0#85
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Dockerfile's Alpine package pin for ChangesAlpine tzdata Package Pinning
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
Description
Bump Alpine tzdata dependency from 2026a-r0 to 2026b-r0 in Dockerfile. This fixes timezone database expiry issue reported in issue #84, ensuring correctness of time-based operations in containerized migrations.
Spec: N/A (container dependency pin)
Type of change
Changes
Testing
Step 14 Hypothesis Check
Root assumption: Alpine 2026b-r0 tzdata is available on Docker Hub for linux/amd64, linux/arm64, darwin/amd64, darwin/arm64 at build time and provides correct timezone data beyond April 2026 expiry window.
Pre-merge validation: Dockerfile syntax valid (hadolint clean), build matrix passes for all target architectures. Multi-arch build attestation succeeds.
Post-merge validation plan:
time.Now()+ timezone lookup for dates post-April 2026 in smoke testRollback contingency: If 2026b-r0 becomes unavailable or fails on a specific architecture, revert to 2026c-r0 (or latest stable). This pin is backwards-compatible; no data migration or config change required. Simple
git revert+ rebuild.Closes #84
Summary by CodeRabbit