Update Dockerfile

This commit is contained in:
Egor
2025-10-21 11:31:44 +03:00
committed by GitHub
parent d44b303dd3
commit b036d090c6

View File

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