Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/paperclip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ RUN mkdir -p /tmp/tsx-pkg && cd /tmp/tsx-pkg \
# `hermes` spawn died instantly with ModuleNotFoundError (adapter_failed →
# run recovery → issue blocked). The stack's health checks stayed green the
# whole time; the agent-loop canary (scripts/smoke-canary.sh) caught it.
FROM python:3.13-slim AS hermes-cli
FROM python:3.14-slim AS hermes-cli

RUN apt-get update \
&& apt-get install -y --no-install-recommends gcc git \
Expand Down
Loading