Update Dockerfile

This commit is contained in:
Egor
2025-09-14 04:52:52 +03:00
committed by GitHub
parent 1cebec5af4
commit 966f7124c4

View File

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