Update Dockerfile

This commit is contained in:
Egor
2026-01-16 08:34:01 +03:00
committed by GitHub
parent 7f6be1c8f0
commit 192f014180

View File

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