From 5284558d4f3da02ce2dfc9b27335a1d775185221 Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 26 Nov 2025 06:31:43 +0300 Subject: [PATCH] change python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce8a922..2a5f972 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.13-slim # Install curl and CA certificates RUN apt-get update && \