From 8edffa16d5a9d8fc3c96b309bd1777a570bd4380 Mon Sep 17 00:00:00 2001 From: Jukoga Date: Wed, 29 Oct 2025 19:53:04 +0100 Subject: [PATCH] more precise Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0f8294..0398b45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.11-slim +FROM python:3.11-slim-bookworm # Set environment variables ENV PYTHONDONTWRITEBYTECODE=1