Commit 75cdae7
authored
fix: update Dockerfile comments to reflect Python 3.12 usage (#444)
**Title:** Fix Dockerfile comments to reflect actual Python version
**Description:**
This PR fixes outdated comments in Dockerfiles that still referenced
Python 3.9 while the actual base images were already using Python 3.12.
**Changes:**
- Updated comment in main `Dockerfile` from "Python 3.9 slim" to "Python
3.12 slim"
- Updated comment in `enforcer/Dockerfile` from "Python 3.9 slim" to
"Python 3.12 slim"
**Type:** Documentation fix1 parent ee37fba commit 75cdae7
2 files changed
+2
-2
lines changed| 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 | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments