aboutsummaryrefslogtreecommitdiffstats
path: root/.forgejo/workflows/schedule.yaml
Commit message (Collapse)AuthorAgeFilesLines
* feat: update README and HACKING, lock deps via pip-compile in DockerHEADmasterAstounds3 days1-0/+70
Use pip-compile --generate-hashes in the Docker build stage so that the runtime stage installs pinned dependencies with verified integrity, ensuring fully reproducible container builds. - Add Docker section to README - Fix Python badge (3.7+ → 3.11+) and outdated docs links - Upgrade pip, setuptools, and wheel in Dockerfile to fix grype findings