From 54e9175bdffec95ed685214630f949052ce3be4e Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 1 Feb 2026 11:25:42 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fcf8f81..1e21f2a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN pip install --no-cache-dir --upgrade pip && \ FROM python:3.13-slim -ARG VERSION="v3.2.0" +ARG VERSION="v3.3.0" ARG BUILD_DATE ARG VCS_REF