v1.1.0-beta.027 - fix: mock dpkg-architecture to resolve GNUstep unar dependency in distroless build
🛠️ Bug Fixes & Infrastructure
- Created a pure Node.js mock for dpkg-architecture to satisfy GNUstep's architecture check for unar.
- Resolved the Could not obtain the value of DEB_HOST_MULTIARCH error caused by the intentional removal of dpkg and perl.
- Fixed a Docker build crash caused by Debian's usrmerge (attempting to copy the mock to both /usr/bin and /bin which are the same directory).
- Incremented the CACHEBUST argument to force a clean rebuild of the affected layers.
- Successfully restored .cbr to .cbz conversion functionality while maintaining a zero-vulnerability distroless architecture.