Update Dockerfile

This commit is contained in:
Egor
2025-09-26 00:23:25 +03:00
committed by GitHub
parent 5482b31fcc
commit 879607982e

View File

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