Eventum 2.3.1
🛠️ Patch release
A patch release fixing the broken Docker image.
🐛 Bug fixes
- Fix Docker image startup — the container failed with
exec /app/.venv/bin/eventum: no such file or directorydue to issues in the Dockerfile:uv syncran before the full source was copied, so the CLI entry point script was never generated. Fixed by splitting intouv sync --no-install-project(dependencies only) followed byuv syncafter copying the complete source.- The uv-managed free-threaded Python runtime (
/root/.local/share/uv/python/) was not copied to the final Docker stage, leaving the venv's Python symlink dangling. Added the missingCOPYlayer.
Full Changelog: v2.3.0...v2.3.1