Update Dockerfile

This commit is contained in:
Egor
2025-10-23 08:02:41 +03:00
committed by GitHub
parent 7428bd5cf7
commit 4441cf79ff

View File

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