mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
Upgrade Python base images to 3.13.11 to fix CVE-2025-13836 (#751)
This commit is contained in:
parent
3c8e899de3
commit
cbcad54f74
4 changed files with 4 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ RUN cargo build --release -p brightstaff
|
|||
|
||||
FROM docker.io/envoyproxy/envoy:v1.37.0 AS envoy
|
||||
|
||||
FROM python:3.13.6-slim AS arch
|
||||
FROM python:3.13.11-slim AS arch
|
||||
|
||||
RUN set -eux; \
|
||||
apt-get update; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue