mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
upgrade envoy to 1.34 (#506)
This commit is contained in:
parent
aa9d747fa9
commit
341b14c1be
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ RUN cargo build --release --target wasm32-wasip1 -p prompt_gateway -p llm_gatewa
|
|||
RUN cargo build --release -p brightstaff
|
||||
|
||||
# copy built filter into envoy image
|
||||
FROM docker.io/envoyproxy/envoy:v1.32-latest AS envoy
|
||||
FROM docker.io/envoyproxy/envoy:v1.34-latest AS envoy
|
||||
|
||||
#Build config generator, so that we have a single build image for both Rust and Python
|
||||
FROM python:3.12-slim AS arch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue