mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
update envoy to 1.36.4
This commit is contained in:
parent
205807c9de
commit
f4126d0adb
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 --target wasm32-wasip1 -p prompt_gateway -p llm_gateway
|
||||||
RUN cargo build --release -p brightstaff
|
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
|
FROM python:3.13.6-slim AS arch
|
||||||
# Purge PAM to avoid CVE-2025-6020 and install needed tools
|
# Purge PAM to avoid CVE-2025-6020 and install needed tools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue