v1.1.0-beta.020 - build(docker): upgrade to node:26-slim and mitigate OS vulnerabilities
- Upgraded base builder and runner images from node:22-bookworm-slim to node:26-slim to natively drop deprecated OS packages (perl, systemd, gnupg2) and eliminate Unfixable/N/A CVEs.
- Replaced corepack with standard npm install -g npm@latest as corepack is no longer bundled by default in Node 24+.
- Added apt-get upgrade -y to both build stages to ensure Fixable Debian packages (gnutls28, tar, util-linux) are patched to their latest secure versions.
- Optimized OS-level cache cleanup to reduce the final image size and attack surface.