- Alpine's BusyBox ps shows numeric UIDs for non-system users - The ps output was showing '1' (truncated from UID 1001) instead of 'nodejs' - Modified tests to accept multiple possible values: 'nodejs', '1001', or '1' - Added verification that nodejs user has the expected UID 1001 - This ensures tests work reliably in both local and CI environments 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>