Update Dockerfile

This commit is contained in:
Egor
2025-10-11 09:06:35 +03:00
committed by GitHub
parent 7a111bae6c
commit ef70f176dd

View File

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