v1.0.8-beta.025 - build(docker): implement stable cache busting to resolve OS vulnerabilities
- Reverted Alpine packages (musl, openssl, busybox) back to the stable repository to avoid potential runtime instability from the edge branch.
- Introduced ARG CACHEBUST in the Dockerfile and dynamically injected the GitHub Run ID via �uild-args in the docker-publish workflow.
- This forces Docker to bypass cached layers and pull the absolute latest stable OS security patches fresh on every automated build, resolving stubborn Docker Hub vulnerability alerts.