From 4441cf79ff85a2b0410bc79ebd9849ff4d758cd0 Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 23 Oct 2025 08:02:41 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e922792..af0b3d93 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.5.4" +ARG VERSION="v2.5.5" ARG BUILD_DATE ARG VCS_REF