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

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

View file

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

View file

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