Pin Python Docker image patch version

This commit is contained in:
Kirill Markin 2026-05-06 07:18:58 +02:00
parent ab760149e0
commit d2b7203431
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C

View file

@ -1,4 +1,4 @@
FROM python:3.14-slim
FROM python:3.14.4-slim
# Set environment variables
ENV PYTHONUNBUFFERED=1 \