From 9280eecf4c11b1bdebc696696b289beba956fa2b Mon Sep 17 00:00:00 2001 From: Egor Date: Mon, 22 Dec 2025 19:40:19 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47ec74e5..4ad136a3 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.2" +ARG VERSION="v2.9.3" ARG BUILD_DATE ARG VCS_REF