From c7542ae00194bfbcd43c7333c711170952409aa0 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 11 Jun 2025 13:57:07 -0700 Subject: [PATCH] upgrade envoy to 1.34 --- arch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Dockerfile b/arch/Dockerfile index 53a20c0e..b17d6d36 100644 --- a/arch/Dockerfile +++ b/arch/Dockerfile @@ -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