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:
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: pi
|
||||
image: node:20-slim
|
||||
image: node:22-slim
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
|
||||
Reference in New Issue
Block a user