upgrade envoy to 1.34 (#506)

This commit is contained in:
Adil Hafeez 2025-06-11 15:17:43 -07:00 committed by GitHub
parent aa9d747fa9
commit 341b14c1be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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