From f193b0bfcf3ef703849f58d13a094164ea0c0ce6 Mon Sep 17 00:00:00 2001 From: Egor Date: Fri, 12 Dec 2025 06:29:18 +0300 Subject: [PATCH] Update Python version argument to v2.9.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e7e8dee..bde8e2da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN pip install --no-cache-dir --upgrade pip && \ FROM python:3.13-slim -ARG VERSION="v2.9.0" +ARG VERSION="v2.9.1" ARG BUILD_DATE ARG VCS_REF