Update Dockerfile

This commit is contained in:
Egor
2025-09-13 05:50:25 +03:00
committed by GitHub
parent 1364855303
commit ebdadd81c0

View File

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