Update Dockerfile

This commit is contained in:
Egor
2025-10-06 01:59:41 +03:00
committed by GitHub
parent 498bd77076
commit 500ed4cdf9

View File

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