Update Python version to 2.9.0 in Dockerfile

This commit is contained in:
Egor
2025-12-08 04:35:25 +03:00
committed by GitHub
parent b398eecbeb
commit 7c05b36b9d

View File

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