Commit 6cb2f62
chore(docker): standardize on Python 3.14 base image
Bumps all Dockerfile build stages from python:3.11-slim /
python:3.12-slim (and the floating python:3-slim pin, where present)
to python:3.14-slim, pinned by digest (python:3.14-slim@sha256:cea0e60
40540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6 - the same
reference digest validated in the caddy-mcp 3.14 pilot,
ca53e55617e3458724ee6a7564f288cc1f08de1c). Bumps requires-python
floor to >=3.12 where it still declared >=3.11, so declared metadata
matches the runtime the fleet actually targets. Upper bound left at
<3.15 (or widened to <3.15 where it had drifted to <3.14) - not
raised further.
Part of the fleet-wide agent-utilities/epistemic-graph Python
version-mismatch fix. Source change only; the k8s hostPath
mount-path migration (python3.11 -> python3.14 site-packages) is a
separate, coordinated rollout tracked outside this commit.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 617b036 commit 6cb2f62
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments