Change8

@cloudflare/containers-shared@0.15.1

📦 cloudflare-workersView on GitHub →
🐛 1 fixes

Summary

This patch release improves local development cleanup by ensuring sibling container image tags are preserved when multiple containers share a Dockerfile.

🐛 Bug Fixes

  • Preserve sibling container image tags during local dev cleanup when multiple containers share a Dockerfile, preventing premature removal of earlier container tags if Docker BuildKit produced the same image ID for each build.