v1.1.2
Fixes
- Backend startup crash -- The entrypoint used gosu to drop privileges, but the container was still running as the
tribuuser from a previous DockerfileUSERdirective. gosu needs root to switch users, causing "operation not permitted" on every start. Entrypoint now runs as root with gosu fallback for environments where privilege dropping is unavailable. (#134)