Update Dockerfile

This commit is contained in:
Egor
2025-10-07 06:47:33 +03:00
committed by GitHub
parent 41df40eed3
commit c24c668299

View File

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