From e308b100372f04d466aa676f52036833d6e3505f Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 1 May 2026 14:15:49 +0100 Subject: [PATCH] Update README.md Correct version of Python in Dockerfile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6711996..2bb1a9f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Create the following files in your project root to keep the configuration modula Ensures all tools (**tmux**, **debugpy**) and system upgrades are baked into the image. ```dockerfile -FROM python:3.10-slim +FROM python:3.14-slim WORKDIR /usr/src/app