Update Dockerfile

This commit is contained in:
Egor
2025-09-24 22:53:55 +03:00
committed by GitHub
parent 80c9857475
commit 34c19ff041

View File

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