fix(agent-pod): bump base image to node:22-slim

pi-coding-agent requires node >=22.19.0 (undici's
webidl.util.markAsUncloneable, added in Node 22) -- node:20-slim
installed fine but crashed on every invocation.
This commit is contained in:
Story Crater Bot
2026-08-16 00:54:45 -07:00
parent 0a2757aeac
commit 8d60396d14
+1 -1
View File
@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: pi
image: node:20-slim
image: node:22-slim
command:
- sh
- -c