| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: Switch Dockerfile to Debian for go-libsql glibc compatibilityHEADmain | Fuwn | 2026-01-28 | 1 | -10/+9 |
| | | | | | | go-libsql includes pre-compiled Rust libraries built against glibc. Alpine uses musl libc which is incompatible (undefined mmap64, fstat64). | ||||
| * | fix: Include commit and build date in Docker build ldflags | Fuwn | 2026-01-20 | 1 | -2/+5 |
| | | |||||
| * | feat: Simplify Docker to single data volume mount | Fuwn | 2026-01-19 | 1 | -4/+2 |
| | | |||||
| * | feat: Update Dockerfile for Go 1.24 and fix permissions | Fuwn | 2026-01-19 | 1 | -5/+7 |
| | | |||||
| * | feat: Initial commit | Fuwn | 2026-01-17 | 1 | -0/+51 |