Update Dockerfile

This commit is contained in:
Egor
2025-11-06 09:09:50 +03:00
committed by GitHub
parent 9bd909c1b6
commit ff7883e33c

View File

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