Update README.md
Correct version of Python in Dockerfile
This commit is contained in:
@@ -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.
|
Ensures all tools (**tmux**, **debugpy**) and system upgrades are baked into the image.
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
FROM python:3.10-slim
|
FROM python:3.14-slim
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user