Update README.md

Correct version of Python in Dockerfile
This commit is contained in:
2026-05-01 14:15:49 +01:00
parent f79ec938f8
commit e308b10037
+1 -1
View File
@@ -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