Commit f2e77ac
authored
chore(docker): upgrade to Python 3.12-slim base image (#1522)
Switch base image from python:3.10 to python:3.12-slim for improved
performance and smaller image size. Use --no-install-recommends for apt
package installation and clean up apt cache to reduce final image size.1 parent 65d3f2a commit f2e77ac
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments