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