From c24c6682991e296409c1dfdfaaa044830d0bdd7d Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 7 Oct 2025 06:47:33 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4463947a..d5d1c84a 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.4" +ARG VERSION="v2.4.5" ARG BUILD_DATE ARG VCS_REF