Skip to content

v1.1.2

Choose a tag to compare

@itsDNNS itsDNNS released this 28 Mar 23:32
· 333 commits to main since this release
ee92e84

Fixes

  • Backend startup crash -- The entrypoint used gosu to drop privileges, but the container was still running as the tribu user from a previous Dockerfile USER directive. 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)