From 5c7d335a617fc090647afd5abd7d420f79e90b04 Mon Sep 17 00:00:00 2001 From: Roman Davydov <15850461+rdavydov@users.noreply.github.com> Date: Tue, 11 Nov 2025 22:16:42 +0300 Subject: [PATCH] Change base image to Python 3.10-bullseye --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0bec4ff..0d29633 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12 +FROM python:3.10-bullseye ARG BUILDX_QEMU_ENV