upgrade envoy to 1.34

This commit is contained in:
Adil Hafeez 2025-06-11 13:57:07 -07:00
parent e734b76086
commit c7542ae001
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

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