Update Dockerfile

This commit is contained in:
Egor
2026-01-18 07:33:22 +03:00
committed by GitHub
parent 7fdf2dcd51
commit 04bb20c1e7

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="v3.0.0" ARG VERSION="v3.1.0"
ARG BUILD_DATE ARG BUILD_DATE
ARG VCS_REF ARG VCS_REF