From 4e54a34d87056067c0110c00282f6a3248dc5f6f Mon Sep 17 00:00:00 2001 From: Astounds Date: Sat, 30 May 2026 00:34:34 -0500 Subject: feat: update README and HACKING, lock deps via pip-compile in Docker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore index 52e3395..e174a6b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -49,6 +49,8 @@ LICENSE .claude/ .cursor/ +_bin/ + # Docker itself Dockerfile docker-compose*.yml -- cgit v1.2.3