nxtgauge-backend-rust/apps/payments
Ashwin Kumar 5b4e8fe908 refactor: use Alpine Linux with static musl binaries for all services
Switched from Debian to Alpine Linux for significant improvements:
- Image size: ~5MB vs ~100MB (95% smaller)
- Security: Minimal attack surface, no glibc vulnerabilities
- Static linking: No glibc version issues ever again
- Uses rust:alpine builder with x86_64-unknown-linux-musl target
- Static binaries with RUSTFLAGS='-C target-feature=+crt-static'

Fixes the GLIBC_2.38 error permanently by avoiding glibc entirely.
2026-04-09 11:51:57 +02:00
..
src fix: convert all SQLx macros to runtime API, remove SQLX_OFFLINE requirement 2026-04-09 07:40:15 +02:00
Cargo.toml feat: verify payments with wallet credit, coupon validation, profile approval enhancements 2026-04-06 08:24:08 +02:00
Dockerfile refactor: use Alpine Linux with static musl binaries for all services 2026-04-09 11:51:57 +02:00