From 3f13c45e1cb71bd56c95b823b197a6e3bdf272e7 Mon Sep 17 00:00:00 2001 From: Suren Poghosyan Date: Mon, 11 Aug 2025 20:56:14 +0400 Subject: [PATCH] DEPS: update python version in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e778312fd3aa2..41112b00950f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.8 +FROM python:3.11.13 WORKDIR /home/pandas RUN apt-get update && \