Update Dockerfile

This commit is contained in:
Egor
2025-10-12 07:33:07 +03:00
committed by GitHub
parent b08be14c6a
commit 6c4aa8246c

View File

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