Patch CVE found in base python image

Patches the following CVE:
CVE-2024-6345
CVE-2023-5752
This commit is contained in:
todd2982
2024-12-16 08:21:01 -06:00
committed by GitHub
parent e2bb480f5f
commit 0aa6f8cc07
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.13-slim
ENV PYTHONUNBUFFERED=1
RUN apt-get update && apt-get install -y gettext tzdata locales && rm -rf /var/lib/apt/lists/*