From 500ed4cdf9c64a022630c26a891740810fc19012 Mon Sep 17 00:00:00 2001 From: Egor Date: Mon, 6 Oct 2025 01:59:41 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dff92c5c..4463947a 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.4.3" +ARG VERSION="v2.4.4" ARG BUILD_DATE ARG VCS_REF