Fixed glibc version mismatch between rust:latest builder (glibc 2.38+) and debian:bookworm-slim runtime (glibc 2.36). This was causing: - ./companies: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38 not found - ./payments: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38 not found - Similar errors for users service Updated all 19 service Dockerfiles + Dockerfile.template to use debian:trixie-slim which includes glibc 2.38+. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| Dockerfile | ||