Commit a907688
authored
fix: correct Python version mismatch in Dockerfile (#21)
Changed runtime image from python:3.13-slim-bookworm to python:3.12-slim-bookworm to match the builder stage version.
Fixes ModuleNotFoundError when running Docker containers due to venv incompatibility between Python 3.12 (builder) and Python 3.13 (runtime).
Co-authored-by: shitalm <shitalm@users.noreply.github.com>1 parent 62897d4 commit a907688
1 file changed
+1
-1
lines changed| 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