Update Dockerfile

This commit is contained in:
Egor
2025-12-22 19:40:19 +03:00
committed by GitHub
parent a36b15e8ad
commit 9280eecf4c

View File

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