Upgrade Python base images to 3.13.11 to fix CVE-2025-13836 (#751)

This commit is contained in:
Adil Hafeez 2026-02-13 14:44:16 -08:00 committed by GitHub
parent 3c8e899de3
commit cbcad54f74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ RUN cargo build --release -p brightstaff
FROM docker.io/envoyproxy/envoy:v1.37.0 AS envoy 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; \ RUN set -eux; \
apt-get update; \ apt-get update; \

View file

@ -1,4 +1,4 @@
FROM python:3.13-slim FROM python:3.13.11-slim
WORKDIR /app WORKDIR /app

View file

@ -1,4 +1,4 @@
FROM python:3.13-slim FROM python:3.13.11-slim
WORKDIR /app WORKDIR /app

View file

@ -1,4 +1,4 @@
FROM python:3.13-slim FROM python:3.13.11-slim
WORKDIR /app WORKDIR /app