Update Dockerfile

This commit is contained in:
Egor
2026-01-11 00:08:34 +03:00
committed by GitHub
parent 6a1eb3a530
commit 752850e56b

View File

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