Update Python version to v2.5.3 in Dockerfile

This commit is contained in:
Egor
2025-10-19 02:41:35 +03:00
committed by GitHub
parent 6db5cae013
commit d4e1544fc8

View File

@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
FROM python:3.13-slim
ARG VERSION="v2.5.2"
ARG VERSION="v2.5.3"
ARG BUILD_DATE
ARG VCS_REF