Update Dockerfile

This commit is contained in:
Egor
2025-09-10 00:26:52 +03:00
committed by GitHub
parent 0b222c06a1
commit 16ae480430

View File

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