mirror of
https://github.com/katanemo/plano.git
synced 2026-05-15 11:02:39 +02:00
Serialize tool calls for Arch FC (#131)
* Serialize tool calls * fix int tests
This commit is contained in:
parent
b43f687b85
commit
96686dc606
10 changed files with 166 additions and 57 deletions
|
|
@ -10,7 +10,7 @@ COPY public_types /public_types
|
|||
RUN cargo build --release --target wasm32-wasi
|
||||
|
||||
# copy built filter into envoy image
|
||||
FROM envoyproxy/envoy:v1.30-latest as envoy
|
||||
FROM envoyproxy/envoy:v1.31-latest as envoy
|
||||
|
||||
#Build config generator, so that we have a single build image for both Rust and Python
|
||||
FROM python:3-slim as arch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue