From b276d764a3dfa642eceda41efcd90364317c5106 Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 30 Dec 2025 19:28:19 +0400 Subject: [PATCH] Update Python version argument to v2.9.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ad136a3..d8996e29 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.3" +ARG VERSION="v2.9.4" ARG BUILD_DATE ARG VCS_REF