mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
update envoy to 1.36.4 (#662)
This commit is contained in:
parent
47b2658b28
commit
c75e7606f9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ COPY crates .
|
|||
RUN cargo build --release --target wasm32-wasip1 -p prompt_gateway -p llm_gateway
|
||||
RUN cargo build --release -p brightstaff
|
||||
|
||||
FROM docker.io/envoyproxy/envoy:v1.34-latest AS envoy
|
||||
FROM docker.io/envoyproxy/envoy:v1.36.4 AS envoy
|
||||
|
||||
FROM python:3.13.6-slim AS arch
|
||||
# Purge PAM to avoid CVE-2025-6020 and install needed tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue