From dcb1470344fbb688e4079d23a20b7169800bb41e Mon Sep 17 00:00:00 2001 From: Noloquideus Date: Fri, 24 Apr 2026 20:55:50 +0300 Subject: [PATCH] chore: change python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 031010b..e49b80b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm +FROM python:3.12-slim WORKDIR /app