Commit 086cc53
Sergey
fix: revert runtime Python to 3.13 in all Dockerfiles
Renovate PR #598 bumped the runtime image to Python 3.14 but left the
builder stage on Python 3.13. This causes ModuleNotFoundError because
the venv site-packages are under python3.13/ while the 3.14 runtime
looks under python3.14/. Revert all three Dockerfiles to matching 3.13.1 parent 6e1fc10 commit 086cc53
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments