[pitboss/grind] deferred session-0030 (20260517T044708Z-e058)

This commit is contained in:
pitboss 2026-05-17 10:54:04 -05:00
parent 19d13a085d
commit b41b24c416
5 changed files with 124 additions and 9 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.11-slim@sha256:9a7765b36773a37061455b332f18e265e7f58f6fea9c419a550d2a8b0e9db834
WORKDIR /harness
COPY harness.py .
CMD ["python3", "harness.py"]