Update Dockerfile

This commit is contained in:
Egor
2025-09-17 02:00:41 +03:00
committed by GitHub
parent 50ad9a7a92
commit fe626f3442

View File

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