Update Dockerfile

This commit is contained in:
Egor
2026-02-01 11:25:42 +03:00
committed by GitHub
parent 6288d3fb7f
commit 54e9175bdf

View File

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